Html Css Color HEX #EBB800 Golden Poppy

📋 copy color: '#EBB800'

red 235 ◦ green 184 ◦ blue 0

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

Shades of Golden Poppy #EBB800

Tints of Golden Poppy #EBB800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.09%
G = 43.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBB800 (or 0xEBB800) is known color: Golden Poppy. HEX triplet: EB, B8 and 00. RGB value is (235,184,0). Sum of RGB (Red+Green+Blue) = 235+184+0=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB800 is #1447FF. Grayscale: #B3B3B3. Windows color (decimal): -1329152 or 47339. OLE color: 47339.

HSL color Cylindrical-coordinate representation of color #EBB800: hue angle of 46.98º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBB800 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 184 0 -
CMYK 0 0.22 1 0.08
HSL 46.98º 1% 0.46% -
HSV(B) 46.98º 1% 0.92% -
XYZ 51.4 51.94 7.32 -
YUV 178.27 27.4 168.46 -
System Red Green Blue C M Y K H S L
Decimal 235 184 0 0 0.22 1 0.08 46.98 1 0.46
Hex EB B8 0 0 16 64 8 2F 64 2E
Octal 353 270 0 0 26 144 10 57 144 56
Binary 11101011 10111000 0 0 10110 1100100 1000 101111 1100100 101110

Color Harmonies of #EBB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB800

Black with #EBB800

Text Example


Text Example

White with #EBB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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