Html Css Color HEX #EFBE01 Golden Poppy

📋 copy color: '#EFBE01'

red 239 ◦ green 190 ◦ blue 1

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

Shades of Golden Poppy #EFBE01

Tints of Golden Poppy #EFBE01

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.19%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 55.58%
G = 44.19%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFBE01 (or 0xEFBE01) is known color: Golden Poppy. HEX triplet: EF, BE and 01. RGB value is (239,190,1). Sum of RGB (Red+Green+Blue) = 239+190+1=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBE01 is #1041FE. Grayscale: #B7B7B7. Windows color (decimal): -1065471 or 114415. OLE color: 114415.

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

Color convert

RGB 239 190 1 -
CMYK 0 0.21 1.00 0.06
HSL 47.65º 0.99% 0.47% -
HSV(B) 47.65º 1% 0.94% -
XYZ 54.02 55.18 7.83 -
YUV 183.11 25.23 167.87 -
System Red Green Blue C M Y K H S L
Decimal 239 190 1 0 0.21 1.00 0.06 47.65 0.99 0.47
Hex EF BE 1 0 15 64 6 30 63 2F
Octal 357 276 1 0 25 144 6 60 143 57
Binary 11101111 10111110 1 0 10101 1100100 110 110000 1100011 101111

Color Harmonies of #EFBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE01

Black with #EFBE01

Text Example


Text Example

White with #EFBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE01; }

 p { color: rgb(239,190,1); }

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

background-color css

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

 a { background-color: rgb(239,190,1); }

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

border-color css

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

 span { border-color: rgb(239,190,1); }

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