Html Css Color HEX #EFBF0D Golden Poppy

📋 copy color: '#EFBF0D'

red 239 ◦ green 191 ◦ blue 13

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

Shades of Golden Poppy #EFBF0D

Tints of Golden Poppy #EFBF0D

RGB

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

 GREEN value IS 191 (75% from 255) = 43.12%

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

R = 53.95%
G = 43.12%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFBF0D (or 0xEFBF0D) is known color: Golden Poppy. HEX triplet: EF, BF and 0D. RGB value is (239,191,13). Sum of RGB (Red+Green+Blue) = 239+191+13=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBF0D is #1040F2. Grayscale: #B9B9B9. Windows color (decimal): -1065203 or 901103. OLE color: 901103.

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

Color convert

RGB 239 191 13 -
CMYK 0 0.20 0.95 0.06
HSL 47.26º 0.9% 0.49% -
HSV(B) 47.26º 0.95% 0.94% -
XYZ 54.3 55.64 8.26 -
YUV 185.06 30.9 166.47 -
System Red Green Blue C M Y K H S L
Decimal 239 191 13 0 0.20 0.95 0.06 47.26 0.9 0.49
Hex EF BF D 0 14 5F 6 2F 5A 31
Octal 357 277 15 0 24 137 6 57 132 61
Binary 11101111 10111111 1101 0 10100 1011111 110 101111 1011010 110001

Color Harmonies of #EFBF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF0D

Black with #EFBF0D

Text Example


Text Example

White with #EFBF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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