Html Css Color HEX #EFBB0C Golden Poppy

📋 copy color: '#EFBB0C'

red 239 ◦ green 187 ◦ blue 12

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

Shades of Golden Poppy #EFBB0C

Tints of Golden Poppy #EFBB0C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.69%

 BLUE value IS 12 (5.08% from 255) = 2.74%

R = 54.57%
G = 42.69%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFBB0C (or 0xEFBB0C) is known color: Golden Poppy. HEX triplet: EF, BB and 0C. RGB value is (239,187,12). Sum of RGB (Red+Green+Blue) = 239+187+12=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBB0C is #1044F3. Grayscale: #B7B7B7. Windows color (decimal): -1066228 or 834543. OLE color: 834543.

HSL color Cylindrical-coordinate representation of color #EFBB0C: hue angle of 46.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFBB0C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 187 12 -
CMYK 0 0.22 0.95 0.06
HSL 46.26º 0.9% 0.49% -
HSV(B) 46.26º 0.95% 0.94% -
XYZ 53.43 53.92 7.94 -
YUV 182.6 31.73 168.23 -
System Red Green Blue C M Y K H S L
Decimal 239 187 12 0 0.22 0.95 0.06 46.26 0.9 0.49
Hex EF BB C 0 16 5F 6 2E 5A 31
Octal 357 273 14 0 26 137 6 56 132 61
Binary 11101111 10111011 1100 0 10110 1011111 110 101110 1011010 110001

Color Harmonies of #EFBB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBB0C

Black with #EFBB0C

Text Example


Text Example

White with #EFBB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBB0C; }

 p { color: rgb(239,187,12); }

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

background-color css

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

 a { background-color: rgb(239,187,12); }

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

border-color css

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

 span { border-color: rgb(239,187,12); }

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