Html Css Color HEX #EBC609 Golden Poppy

📋 copy color: '#EBC609'

red 235 ◦ green 198 ◦ blue 9

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

Shades of Golden Poppy #EBC609

Tints of Golden Poppy #EBC609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.04%

R = 53.17%
G = 44.8%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBC609 (or 0xEBC609) is known color: Golden Poppy. HEX triplet: EB, C6 and 09. RGB value is (235,198,9). Sum of RGB (Red+Green+Blue) = 235+198+9=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC609 is #1439F6. Grayscale: #BCBCBC. Windows color (decimal): -1325559 or 640747. OLE color: 640747.

HSL color Cylindrical-coordinate representation of color #EBC609: hue angle of 50.18º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBC609 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 198 9 -
CMYK 0 0.16 0.96 0.08
HSL 50.18º 0.93% 0.48% -
HSV(B) 50.18º 0.96% 0.92% -
XYZ 54.5 58.07 8.59 -
YUV 187.52 27.26 161.87 -
System Red Green Blue C M Y K H S L
Decimal 235 198 9 0 0.16 0.96 0.08 50.18 0.93 0.48
Hex EB C6 9 0 10 60 8 32 5D 30
Octal 353 306 11 0 20 140 10 62 135 60
Binary 11101011 11000110 1001 0 10000 1100000 1000 110010 1011101 110000

Color Harmonies of #EBC609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC609

Black with #EBC609

Text Example


Text Example

White with #EBC609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC609; }

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

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

background-color css

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

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

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

border-color css

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

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

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