Html Css Color HEX #EBBA09 Golden Poppy

📋 copy color: '#EBBA09'

red 235 ◦ green 186 ◦ blue 9

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

Shades of Golden Poppy #EBBA09

Tints of Golden Poppy #EBBA09

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

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

R = 54.65%
G = 43.26%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBBA09 (or 0xEBBA09) is known color: Golden Poppy. HEX triplet: EB, BA and 09. RGB value is (235,186,9). Sum of RGB (Red+Green+Blue) = 235+186+9=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 9 (3.91% from 255 or 2.09% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBA09 is #1445F6. Grayscale: #B5B5B5. Windows color (decimal): -1328631 or 637675. OLE color: 637675.

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

Color convert

RGB 235 186 9 -
CMYK 0 0.21 0.96 0.08
HSL 46.99º 0.93% 0.48% -
HSV(B) 46.99º 0.96% 0.92% -
XYZ 51.87 52.8 7.72 -
YUV 180.47 31.23 166.89 -
System Red Green Blue C M Y K H S L
Decimal 235 186 9 0 0.21 0.96 0.08 46.99 0.93 0.48
Hex EB BA 9 0 15 60 8 2F 5D 30
Octal 353 272 11 0 25 140 10 57 135 60
Binary 11101011 10111010 1001 0 10101 1100000 1000 101111 1011101 110000

Color Harmonies of #EBBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA09

Black with #EBBA09

Text Example


Text Example

White with #EBBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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