Html Css Color HEX #EFBC08 Golden Poppy

📋 copy color: '#EFBC08'

red 239 ◦ green 188 ◦ blue 8

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

Shades of Golden Poppy #EFBC08

Tints of Golden Poppy #EFBC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 8 (3.52% from 255) = 1.84%

R = 54.94%
G = 43.22%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFBC08 (or 0xEFBC08) is known color: Golden Poppy. HEX triplet: EF, BC and 08. RGB value is (239,188,8). Sum of RGB (Red+Green+Blue) = 239+188+8=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC08 is #1043F7. Grayscale: #B7B7B7. Windows color (decimal): -1065976 or 572655. OLE color: 572655.

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

Color convert

RGB 239 188 8 -
CMYK 0 0.21 0.97 0.06
HSL 46.75º 0.94% 0.48% -
HSV(B) 46.75º 0.97% 0.94% -
XYZ 53.62 54.33 7.89 -
YUV 182.73 29.4 168.14 -
System Red Green Blue C M Y K H S L
Decimal 239 188 8 0 0.21 0.97 0.06 46.75 0.94 0.48
Hex EF BC 8 0 15 61 6 2F 5E 30
Octal 357 274 10 0 25 141 6 57 136 60
Binary 11101111 10111100 1000 0 10101 1100001 110 101111 1011110 110000

Color Harmonies of #EFBC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC08

Black with #EFBC08

Text Example


Text Example

White with #EFBC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC08; }

 p { color: rgb(239,188,8); }

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

background-color css

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

 a { background-color: rgb(239,188,8); }

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

border-color css

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

 span { border-color: rgb(239,188,8); }

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