Html Css Color HEX #EFBF00 Golden Poppy

📋 copy color: '#EFBF00'

red 239 ◦ green 191 ◦ blue 0

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

Shades of Golden Poppy #EFBF00

Tints of Golden Poppy #EFBF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.58%
G = 44.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFBF00 (or 0xEFBF00) is known color: Golden Poppy. HEX triplet: EF, BF and 00. RGB value is (239,191,0). Sum of RGB (Red+Green+Blue) = 239+191+0=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBF00 is #1040FF. Grayscale: #B8B8B8. Windows color (decimal): -1065216 or 49135. OLE color: 49135.

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

Color convert

RGB 239 191 0 -
CMYK 0 0.20 1 0.06
HSL 47.95º 1% 0.47% -
HSV(B) 47.95º 1% 0.94% -
XYZ 54.23 55.61 7.88 -
YUV 183.58 24.4 167.53 -
System Red Green Blue C M Y K H S L
Decimal 239 191 0 0 0.20 1 0.06 47.95 1 0.47
Hex EF BF 0 0 14 64 6 30 64 2F
Octal 357 277 0 0 24 144 6 60 144 57
Binary 11101111 10111111 0 0 10100 1100100 110 110000 1100100 101111

Color Harmonies of #EFBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF00

Black with #EFBF00

Text Example


Text Example

White with #EFBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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