Html Css Color HEX #EBC309 Golden Poppy

📋 copy color: '#EBC309'

red 235 ◦ green 195 ◦ blue 9

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

Shades of Golden Poppy #EBC309

Tints of Golden Poppy #EBC309

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

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

R = 53.53%
G = 44.42%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBC309 (or 0xEBC309) is known color: Golden Poppy. HEX triplet: EB, C3 and 09. RGB value is (235,195,9). Sum of RGB (Red+Green+Blue) = 235+195+9=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC309 is #143CF6. Grayscale: #BABABA. Windows color (decimal): -1326327 or 639979. OLE color: 639979.

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

Color convert

RGB 235 195 9 -
CMYK 0 0.17 0.96 0.08
HSL 49.38º 0.93% 0.48% -
HSV(B) 49.38º 0.96% 0.92% -
XYZ 53.83 56.71 8.37 -
YUV 185.76 28.25 163.12 -
System Red Green Blue C M Y K H S L
Decimal 235 195 9 0 0.17 0.96 0.08 49.38 0.93 0.48
Hex EB C3 9 0 11 60 8 31 5D 30
Octal 353 303 11 0 21 140 10 61 135 60
Binary 11101011 11000011 1001 0 10001 1100000 1000 110001 1011101 110000

Color Harmonies of #EBC309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC309

Black with #EBC309

Text Example


Text Example

White with #EBC309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC309; }

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

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

background-color css

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

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

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

border-color css

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

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

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