Html Css Color HEX #EFBE3E Saffron

📋 copy color: '#EFBE3E'

red 239 ◦ green 190 ◦ blue 62

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

Shades of Saffron #EFBE3E

Tints of Saffron #EFBE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.63%

R = 48.68%
G = 38.7%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFBE3E (or 0xEFBE3E) is known color: Saffron. HEX triplet: EF, BE and 3E. RGB value is (239,190,62). Sum of RGB (Red+Green+Blue) = 239+190+62=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE3E is #1041C1. Grayscale: #BEBEBE. Windows color (decimal): -1065410 or 4112111. OLE color: 4112111.

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

Color convert

RGB 239 190 62 -
CMYK 0 0.21 0.74 0.06
HSL 43.39º 0.85% 0.59% -
HSV(B) 43.39º 0.74% 0.94% -
XYZ 54.88 55.53 12.38 -
YUV 190.06 55.73 162.91 -
System Red Green Blue C M Y K H S L
Decimal 239 190 62 0 0.21 0.74 0.06 43.39 0.85 0.59
Hex EF BE 3E 0 15 4A 6 2B 55 3B
Octal 357 276 76 0 25 112 6 53 125 73
Binary 11101111 10111110 111110 0 10101 1001010 110 101011 1010101 111011

Color Harmonies of #EFBE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE3E

Black with #EFBE3E

Text Example


Text Example

White with #EFBE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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