Html Css Color HEX #EBC604 Golden Poppy

📋 copy color: '#EBC604'

red 235 ◦ green 198 ◦ blue 4

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

Shades of Golden Poppy #EBC604

Tints of Golden Poppy #EBC604

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.31%

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

R = 53.78%
G = 45.31%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBC604 (or 0xEBC604) is known color: Golden Poppy. HEX triplet: EB, C6 and 04. RGB value is (235,198,4). Sum of RGB (Red+Green+Blue) = 235+198+4=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC604 is #1439FB. Grayscale: #BBBBBB. Windows color (decimal): -1325564 or 313067. OLE color: 313067.

HSL color Cylindrical-coordinate representation of color #EBC604: hue angle of 50.39º 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 #EBC604 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 198 4 -
CMYK 0 0.16 0.98 0.08
HSL 50.39º 0.97% 0.47% -
HSV(B) 50.39º 0.98% 0.92% -
XYZ 54.48 58.06 8.45 -
YUV 186.95 24.76 162.27 -
System Red Green Blue C M Y K H S L
Decimal 235 198 4 0 0.16 0.98 0.08 50.39 0.97 0.47
Hex EB C6 4 0 10 62 8 32 61 2F
Octal 353 306 4 0 20 142 10 62 141 57
Binary 11101011 11000110 100 0 10000 1100010 1000 110010 1100001 101111

Color Harmonies of #EBC604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC604

Black with #EBC604

Text Example


Text Example

White with #EBC604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC604; }

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

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

background-color css

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

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

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

border-color css

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

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

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