Html Css Color HEX #EBB806 Golden Poppy

📋 copy color: '#EBB806'

red 235 ◦ green 184 ◦ blue 6

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

Shades of Golden Poppy #EBB806

Tints of Golden Poppy #EBB806

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.29%

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

R = 55.29%
G = 43.29%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBB806 (or 0xEBB806) is known color: Golden Poppy. HEX triplet: EB, B8 and 06. RGB value is (235,184,6). Sum of RGB (Red+Green+Blue) = 235+184+6=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB806 is #1447F9. Grayscale: #B3B3B3. Windows color (decimal): -1329146 or 440555. OLE color: 440555.

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

Color convert

RGB 235 184 6 -
CMYK 0 0.22 0.97 0.08
HSL 46.64º 0.95% 0.47% -
HSV(B) 46.64º 0.97% 0.92% -
XYZ 51.43 51.96 7.49 -
YUV 178.96 30.4 167.97 -
System Red Green Blue C M Y K H S L
Decimal 235 184 6 0 0.22 0.97 0.08 46.64 0.95 0.47
Hex EB B8 6 0 16 61 8 2F 5F 2F
Octal 353 270 6 0 26 141 10 57 137 57
Binary 11101011 10111000 110 0 10110 1100001 1000 101111 1011111 101111

Color Harmonies of #EBB806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB806

Black with #EBB806

Text Example


Text Example

White with #EBB806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB806; }

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

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

background-color css

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

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

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

border-color css

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

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

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