Html Css Color HEX #ECD55A Portica

📋 copy color: '#ECD55A'

red 236 ◦ green 213 ◦ blue 90

#ECD55A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portica #ECD55A

Tints of Portica #ECD55A

RGB

 RED value IS 236 (92.58% from 255) = 43.78%

 GREEN value IS 213 (83.59% from 255) = 39.52%

 BLUE value IS 90 (35.55% from 255) = 16.7%

R = 43.78%
G = 39.52%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ECD55A (or 0xECD55A) is known color: Portica. HEX triplet: EC, D5 and 5A. RGB value is (236,213,90). Sum of RGB (Red+Green+Blue) = 236+213+90=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD55A is #132AA5. Grayscale: #CECECE. Windows color (decimal): -1256102 or 5953004. OLE color: 5953004.

HSL color Cylindrical-coordinate representation of color #ECD55A: hue angle of 50.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECD55A is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 90 -
CMYK 0 0.10 0.62 0.07
HSL 50.55º 0.79% 0.64% -
HSV(B) 50.55º 0.62% 0.93% -
XYZ 60.23 66.16 19.27 -
YUV 205.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 236 213 90 0 0.10 0.62 0.07 50.55 0.79 0.64
Hex EC D5 5A 0 A 3E 7 33 4F 40
Octal 354 325 132 0 12 76 7 63 117 100
Binary 11101100 11010101 1011010 0 1010 111110 111 110011 1001111 1000000

Color Harmonies of #ECD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD55A

Black with #ECD55A

Text Example


Text Example

White with #ECD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD55A; }

 p { color: rgb(236,213,90); }

 H1.HeaderClassName
 {
   color: #ECD55A;
 }
 .AnyTagClassName
 {
   color: #ECD55A;
 }
</style>

background-color css

<style>
 a { background-color: #ECD55A; }

 a { background-color: rgb(236,213,90); }

 div.DivClassName
 {
   background-color: #ECD55A;
 }
 .BgClassName
 {
   background-color: #ECD55A;
 }
</style>

border-color css

<style>
 span { border-color: #ECD55A; }

 span { border-color: rgb(236,213,90); }

 td.TdClassName
 {
   border-color: #ECD55A;
 }
 .TagClassName
 {
   border-color: #ECD55A;
 }
</style>