Html Css Color HEX #EBC906 Golden Poppy

📋 copy color: '#EBC906'

red 235 ◦ green 201 ◦ blue 6

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

Shades of Golden Poppy #EBC906

Tints of Golden Poppy #EBC906

RGB

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

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

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

R = 53.17%
G = 45.48%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC906 (or 0xEBC906) is known color: Golden Poppy. HEX triplet: EB, C9 and 06. RGB value is (235,201,6). Sum of RGB (Red+Green+Blue) = 235+201+6=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC906 is #1436F9. Grayscale: #BDBDBD. Windows color (decimal): -1324794 or 444907. OLE color: 444907.

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

Color convert

RGB 235 201 6 -
CMYK 0 0.14 0.97 0.08
HSL 51.09º 0.95% 0.47% -
HSV(B) 51.09º 0.97% 0.92% -
XYZ 55.18 59.45 8.74 -
YUV 188.94 24.76 160.86 -
System Red Green Blue C M Y K H S L
Decimal 235 201 6 0 0.14 0.97 0.08 51.09 0.95 0.47
Hex EB C9 6 0 E 61 8 33 5F 2F
Octal 353 311 6 0 16 141 10 63 137 57
Binary 11101011 11001001 110 0 1110 1100001 1000 110011 1011111 101111

Color Harmonies of #EBC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC906

Black with #EBC906

Text Example


Text Example

White with #EBC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC906; }

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

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

background-color css

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

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

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

border-color css

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

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

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