Html Css Color HEX #EBC904 Golden Poppy

📋 copy color: '#EBC904'

red 235 ◦ green 201 ◦ blue 4

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

Shades of Golden Poppy #EBC904

Tints of Golden Poppy #EBC904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.68%

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

R = 53.41%
G = 45.68%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBC904 (or 0xEBC904) is known color: Golden Poppy. HEX triplet: EB, C9 and 04. RGB value is (235,201,4). Sum of RGB (Red+Green+Blue) = 235+201+4=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC904 is #1436FB. Grayscale: #BDBDBD. Windows color (decimal): -1324796 or 313835. OLE color: 313835.

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

Color convert

RGB 235 201 4 -
CMYK 0 0.14 0.98 0.08
HSL 51.17º 0.97% 0.47% -
HSV(B) 51.17º 0.98% 0.92% -
XYZ 55.17 59.44 8.68 -
YUV 188.71 23.76 161.02 -
System Red Green Blue C M Y K H S L
Decimal 235 201 4 0 0.14 0.98 0.08 51.17 0.97 0.47
Hex EB C9 4 0 E 62 8 33 61 2F
Octal 353 311 4 0 16 142 10 63 141 57
Binary 11101011 11001001 100 0 1110 1100010 1000 110011 1100001 101111

Color Harmonies of #EBC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC904

Black with #EBC904

Text Example


Text Example

White with #EBC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC904; }

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

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

background-color css

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

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

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

border-color css

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

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

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