Html Css Color HEX #ECD24F Portica

📋 copy color: '#ECD24F'

red 236 ◦ green 210 ◦ blue 79

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

Shades of Portica #ECD24F

Tints of Portica #ECD24F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40%

 BLUE value IS 79 (31.25% from 255) = 15.05%

R = 44.95%
G = 40%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECD24F (or 0xECD24F) is known color: Portica. HEX triplet: EC, D2 and 4F. RGB value is (236,210,79). Sum of RGB (Red+Green+Blue) = 236+210+79=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD24F is #132DB0. Grayscale: #CBCBCB. Windows color (decimal): -1256881 or 5231340. OLE color: 5231340.

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

Color convert

RGB 236 210 79 -
CMYK 0 0.11 0.67 0.07
HSL 50.06º 0.81% 0.62% -
HSV(B) 50.06º 0.67% 0.93% -
XYZ 59.05 64.49 16.73 -
YUV 202.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 236 210 79 0 0.11 0.67 0.07 50.06 0.81 0.62
Hex EC D2 4F 0 B 43 7 32 51 3E
Octal 354 322 117 0 13 103 7 62 121 76
Binary 11101100 11010010 1001111 0 1011 1000011 111 110010 1010001 111110

Color Harmonies of #ECD24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD24F

Black with #ECD24F

Text Example


Text Example

White with #ECD24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD24F; }

 p { color: rgb(236,210,79); }

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

background-color css

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

 a { background-color: rgb(236,210,79); }

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

border-color css

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

 span { border-color: rgb(236,210,79); }

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