Html Css Color HEX #EFBF03 Golden Poppy

📋 copy color: '#EFBF03'

red 239 ◦ green 191 ◦ blue 3

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

Shades of Golden Poppy #EFBF03

Tints of Golden Poppy #EFBF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 55.2%
G = 44.11%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFBF03 (or 0xEFBF03) is known color: Golden Poppy. HEX triplet: EF, BF and 03. RGB value is (239,191,3). Sum of RGB (Red+Green+Blue) = 239+191+3=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBF03 is #1040FC. Grayscale: #B8B8B8. Windows color (decimal): -1065213 or 245743. OLE color: 245743.

HSL color Cylindrical-coordinate representation of color #EFBF03: hue angle of 47.8º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFBF03 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 3 -
CMYK 0 0.20 0.99 0.06
HSL 47.8º 0.98% 0.47% -
HSV(B) 47.8º 0.99% 0.94% -
XYZ 54.24 55.62 7.96 -
YUV 183.92 25.9 167.29 -
System Red Green Blue C M Y K H S L
Decimal 239 191 3 0 0.20 0.99 0.06 47.8 0.98 0.47
Hex EF BF 3 0 14 63 6 30 62 2F
Octal 357 277 3 0 24 143 6 60 142 57
Binary 11101111 10111111 11 0 10100 1100011 110 110000 1100010 101111

Color Harmonies of #EFBF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF03

Black with #EFBF03

Text Example


Text Example

White with #EFBF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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