Html Css Color HEX #EFBA0D Golden Poppy

📋 copy color: '#EFBA0D'

red 239 ◦ green 186 ◦ blue 13

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

Shades of Golden Poppy #EFBA0D

Tints of Golden Poppy #EFBA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 54.57%
G = 42.47%
B = 2.97%

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

#EFBA0D (or 0xEFBA0D) is known color: Golden Poppy. HEX triplet: EF, BA and 0D. RGB value is (239,186,13). Sum of RGB (Red+Green+Blue) = 239+186+13=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA0D is #1045F2. Grayscale: #B6B6B6. Windows color (decimal): -1066483 or 899823. OLE color: 899823.

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

Color convert

RGB 239 186 13 -
CMYK 0 0.22 0.95 0.06
HSL 45.93º 0.9% 0.49% -
HSV(B) 45.93º 0.95% 0.94% -
XYZ 53.23 53.5 7.9 -
YUV 182.13 32.56 168.57 -
System Red Green Blue C M Y K H S L
Decimal 239 186 13 0 0.22 0.95 0.06 45.93 0.9 0.49
Hex EF BA D 0 16 5F 6 2E 5A 31
Octal 357 272 15 0 26 137 6 56 132 61
Binary 11101111 10111010 1101 0 10110 1011111 110 101110 1011010 110001

Color Harmonies of #EFBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA0D

Black with #EFBA0D

Text Example


Text Example

White with #EFBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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