Html Css Color HEX #EFBA0C Golden Poppy

📋 copy color: '#EFBA0C'

red 239 ◦ green 186 ◦ blue 12

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

Shades of Golden Poppy #EFBA0C

Tints of Golden Poppy #EFBA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

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

R = 54.69%
G = 42.56%
B = 2.75%

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

#EFBA0C (or 0xEFBA0C) is known color: Golden Poppy. HEX triplet: EF, BA and 0C. RGB value is (239,186,12). Sum of RGB (Red+Green+Blue) = 239+186+12=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA0C is #1045F3. Grayscale: #B6B6B6. Windows color (decimal): -1066484 or 834287. OLE color: 834287.

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

Color convert

RGB 239 186 12 -
CMYK 0 0.22 0.95 0.06
HSL 45.99º 0.9% 0.49% -
HSV(B) 45.99º 0.95% 0.94% -
XYZ 53.22 53.5 7.87 -
YUV 182.01 32.06 168.65 -
System Red Green Blue C M Y K H S L
Decimal 239 186 12 0 0.22 0.95 0.06 45.99 0.9 0.49
Hex EF BA C 0 16 5F 6 2E 5A 31
Octal 357 272 14 0 26 137 6 56 132 61
Binary 11101111 10111010 1100 0 10110 1011111 110 101110 1011010 110001

Color Harmonies of #EFBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA0C

Black with #EFBA0C

Text Example


Text Example

White with #EFBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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