Html Css Color HEX #EFB800 Golden Poppy

📋 copy color: '#EFB800'

red 239 ◦ green 184 ◦ blue 0

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

Shades of Golden Poppy #EFB800

Tints of Golden Poppy #EFB800

RGB

 RED value IS 239 (93.75% from 255) = 56.5%

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

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

R = 56.5%
G = 43.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFB800 (or 0xEFB800) is known color: Golden Poppy. HEX triplet: EF, B8 and 00. RGB value is (239,184,0). Sum of RGB (Red+Green+Blue) = 239+184+0=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB800 is #1047FF. Grayscale: #B4B4B4. Windows color (decimal): -1067008 or 47343. OLE color: 47343.

HSL color Cylindrical-coordinate representation of color #EFB800: hue angle of 46.19º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFB800 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 184 0 -
CMYK 0 0.23 1 0.06
HSL 46.19º 1% 0.47% -
HSV(B) 46.19º 1% 0.94% -
XYZ 52.74 52.63 7.38 -
YUV 179.47 26.72 170.46 -
System Red Green Blue C M Y K H S L
Decimal 239 184 0 0 0.23 1 0.06 46.19 1 0.47
Hex EF B8 0 0 17 64 6 2E 64 2F
Octal 357 270 0 0 27 144 6 56 144 57
Binary 11101111 10111000 0 0 10111 1100100 110 101110 1100100 101111

Color Harmonies of #EFB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB800

Black with #EFB800

Text Example


Text Example

White with #EFB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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