Html Css Color HEX #EBC204 Golden Poppy

📋 copy color: '#EBC204'

red 235 ◦ green 194 ◦ blue 4

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

Shades of Golden Poppy #EBC204

Tints of Golden Poppy #EBC204

RGB

 RED value IS 235 (92.19% from 255) = 54.27%

 GREEN value IS 194 (76.17% from 255) = 44.8%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 54.27%
G = 44.8%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBC204 (or 0xEBC204) is known color: Golden Poppy. HEX triplet: EB, C2 and 04. RGB value is (235,194,4). Sum of RGB (Red+Green+Blue) = 235+194+4=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC204 is #143DFB. Grayscale: #B9B9B9. Windows color (decimal): -1326588 or 312043. OLE color: 312043.

HSL color Cylindrical-coordinate representation of color #EBC204: hue angle of 49.35º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EBC204 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 4 -
CMYK 0 0.17 0.98 0.08
HSL 49.35º 0.97% 0.47% -
HSV(B) 49.35º 0.98% 0.92% -
XYZ 53.57 56.25 8.15 -
YUV 184.6 26.08 163.95 -
System Red Green Blue C M Y K H S L
Decimal 235 194 4 0 0.17 0.98 0.08 49.35 0.97 0.47
Hex EB C2 4 0 11 62 8 31 61 2F
Octal 353 302 4 0 21 142 10 61 141 57
Binary 11101011 11000010 100 0 10001 1100010 1000 110001 1100001 101111

Color Harmonies of #EBC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC204

Black with #EBC204

Text Example


Text Example

White with #EBC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC204; }

 p { color: rgb(235,194,4); }

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

background-color css

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

 a { background-color: rgb(235,194,4); }

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

border-color css

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

 span { border-color: rgb(235,194,4); }

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