Html Css Color HEX #EFBC0C Golden Poppy

📋 copy color: '#EFBC0C'

red 239 ◦ green 188 ◦ blue 12

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

Shades of Golden Poppy #EFBC0C

Tints of Golden Poppy #EFBC0C

RGB

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

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

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

R = 54.44%
G = 42.82%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFBC0C (or 0xEFBC0C) is known color: Golden Poppy. HEX triplet: EF, BC and 0C. RGB value is (239,188,12). Sum of RGB (Red+Green+Blue) = 239+188+12=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC0C is #1043F3. Grayscale: #B7B7B7. Windows color (decimal): -1065972 or 834799. OLE color: 834799.

HSL color Cylindrical-coordinate representation of color #EFBC0C: hue angle of 46.52º 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 #EFBC0C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 12 -
CMYK 0 0.21 0.95 0.06
HSL 46.52º 0.9% 0.49% -
HSV(B) 46.52º 0.95% 0.94% -
XYZ 53.65 54.34 8.01 -
YUV 183.19 31.4 167.81 -
System Red Green Blue C M Y K H S L
Decimal 239 188 12 0 0.21 0.95 0.06 46.52 0.9 0.49
Hex EF BC C 0 15 5F 6 2F 5A 31
Octal 357 274 14 0 25 137 6 57 132 61
Binary 11101111 10111100 1100 0 10101 1011111 110 101111 1011010 110001

Color Harmonies of #EFBC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC0C

Black with #EFBC0C

Text Example


Text Example

White with #EFBC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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