Html Css Color HEX #EFBE37 Saffron

📋 copy color: '#EFBE37'

red 239 ◦ green 190 ◦ blue 55

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

Shades of Saffron #EFBE37

Tints of Saffron #EFBE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.36%

R = 49.38%
G = 39.26%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFBE37 (or 0xEFBE37) is known color: Saffron. HEX triplet: EF, BE and 37. RGB value is (239,190,55). Sum of RGB (Red+Green+Blue) = 239+190+55=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE37 is #1041C8. Grayscale: #BDBDBD. Windows color (decimal): -1065417 or 3653359. OLE color: 3653359.

HSL color Cylindrical-coordinate representation of color #EFBE37: hue angle of 44.02º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFBE37 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 55 -
CMYK 0 0.21 0.77 0.06
HSL 44.02º 0.85% 0.58% -
HSV(B) 44.02º 0.77% 0.94% -
XYZ 54.7 55.45 11.44 -
YUV 189.26 52.23 163.48 -
System Red Green Blue C M Y K H S L
Decimal 239 190 55 0 0.21 0.77 0.06 44.02 0.85 0.58
Hex EF BE 37 0 15 4D 6 2C 55 3A
Octal 357 276 67 0 25 115 6 54 125 72
Binary 11101111 10111110 110111 0 10101 1001101 110 101100 1010101 111010

Color Harmonies of #EFBE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE37

Black with #EFBE37

Text Example


Text Example

White with #EFBE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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