Html Css Color HEX #EFBA0A Golden Poppy

📋 copy color: '#EFBA0A'

red 239 ◦ green 186 ◦ blue 10

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

Shades of Golden Poppy #EFBA0A

Tints of Golden Poppy #EFBA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 54.94%
G = 42.76%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFBA0A (or 0xEFBA0A) is known color: Golden Poppy. HEX triplet: EF, BA and 0A. RGB value is (239,186,10). Sum of RGB (Red+Green+Blue) = 239+186+10=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA0A is #1045F5. Grayscale: #B6B6B6. Windows color (decimal): -1066486 or 703215. OLE color: 703215.

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

Color convert

RGB 239 186 10 -
CMYK 0 0.22 0.96 0.06
HSL 46.11º 0.92% 0.49% -
HSV(B) 46.11º 0.96% 0.94% -
XYZ 53.21 53.49 7.81 -
YUV 181.78 31.06 168.81 -
System Red Green Blue C M Y K H S L
Decimal 239 186 10 0 0.22 0.96 0.06 46.11 0.92 0.49
Hex EF BA A 0 16 60 6 2E 5C 31
Octal 357 272 12 0 26 140 6 56 134 61
Binary 11101111 10111010 1010 0 10110 1100000 110 101110 1011100 110001

Color Harmonies of #EFBA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA0A

Black with #EFBA0A

Text Example


Text Example

White with #EFBA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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