Html Css Color HEX #EBC206 Golden Poppy

📋 copy color: '#EBC206'

red 235 ◦ green 194 ◦ blue 6

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

Shades of Golden Poppy #EBC206

Tints of Golden Poppy #EBC206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 54.02%
G = 44.6%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC206 (or 0xEBC206) is known color: Golden Poppy. HEX triplet: EB, C2 and 06. RGB value is (235,194,6). Sum of RGB (Red+Green+Blue) = 235+194+6=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC206 is #143DF9. Grayscale: #B9B9B9. Windows color (decimal): -1326586 or 443115. OLE color: 443115.

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

Color convert

RGB 235 194 6 -
CMYK 0 0.17 0.97 0.08
HSL 49.26º 0.95% 0.47% -
HSV(B) 49.26º 0.97% 0.92% -
XYZ 53.59 56.26 8.21 -
YUV 184.83 27.08 163.79 -
System Red Green Blue C M Y K H S L
Decimal 235 194 6 0 0.17 0.97 0.08 49.26 0.95 0.47
Hex EB C2 6 0 11 61 8 31 5F 2F
Octal 353 302 6 0 21 141 10 61 137 57
Binary 11101011 11000010 110 0 10001 1100001 1000 110001 1011111 101111

Color Harmonies of #EBC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC206

Black with #EBC206

Text Example


Text Example

White with #EBC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC206; }

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

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

background-color css

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

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

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

border-color css

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

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

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