Html Css Color HEX #EFBF0A Golden Poppy

📋 copy color: '#EFBF0A'

red 239 ◦ green 191 ◦ blue 10

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

Shades of Golden Poppy #EFBF0A

Tints of Golden Poppy #EFBF0A

RGB

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

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

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

R = 54.32%
G = 43.41%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFBF0A (or 0xEFBF0A) is known color: Golden Poppy. HEX triplet: EF, BF and 0A. RGB value is (239,191,10). Sum of RGB (Red+Green+Blue) = 239+191+10=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBF0A is #1040F5. Grayscale: #B9B9B9. Windows color (decimal): -1065206 or 704495. OLE color: 704495.

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

Color convert

RGB 239 191 10 -
CMYK 0 0.20 0.96 0.06
HSL 47.42º 0.92% 0.49% -
HSV(B) 47.42º 0.96% 0.94% -
XYZ 54.28 55.63 8.16 -
YUV 184.72 29.4 166.72 -
System Red Green Blue C M Y K H S L
Decimal 239 191 10 0 0.20 0.96 0.06 47.42 0.92 0.49
Hex EF BF A 0 14 60 6 2F 5C 31
Octal 357 277 12 0 24 140 6 57 134 61
Binary 11101111 10111111 1010 0 10100 1100000 110 101111 1011100 110001

Color Harmonies of #EFBF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF0A

Black with #EFBF0A

Text Example


Text Example

White with #EFBF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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