Html Css Color HEX #EBB807 Golden Poppy

📋 copy color: '#EBB807'

red 235 ◦ green 184 ◦ blue 7

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

Shades of Golden Poppy #EBB807

Tints of Golden Poppy #EBB807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 55.16%
G = 43.19%
B = 1.64%

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

#EBB807 (or 0xEBB807) is known color: Golden Poppy. HEX triplet: EB, B8 and 07. RGB value is (235,184,7). Sum of RGB (Red+Green+Blue) = 235+184+7=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB807 is #1447F8. Grayscale: #B3B3B3. Windows color (decimal): -1329145 or 506091. OLE color: 506091.

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

Color convert

RGB 235 184 7 -
CMYK 0 0.22 0.97 0.08
HSL 46.58º 0.94% 0.47% -
HSV(B) 46.58º 0.97% 0.92% -
XYZ 51.44 51.96 7.52 -
YUV 179.07 30.9 167.89 -
System Red Green Blue C M Y K H S L
Decimal 235 184 7 0 0.22 0.97 0.08 46.58 0.94 0.47
Hex EB B8 7 0 16 61 8 2F 5E 2F
Octal 353 270 7 0 26 141 10 57 136 57
Binary 11101011 10111000 111 0 10110 1100001 1000 101111 1011110 101111

Color Harmonies of #EBB807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB807

Black with #EBB807

Text Example


Text Example

White with #EBB807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB807; }

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

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

background-color css

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

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

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

border-color css

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

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

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