Html Css Color HEX #EFBE3C Saffron

📋 copy color: '#EFBE3C'

red 239 ◦ green 190 ◦ blue 60

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

Shades of Saffron #EFBE3C

Tints of Saffron #EFBE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.27%

R = 48.88%
G = 38.85%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFBE3C (or 0xEFBE3C) is known color: Saffron. HEX triplet: EF, BE and 3C. RGB value is (239,190,60). Sum of RGB (Red+Green+Blue) = 239+190+60=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE3C is #1041C3. Grayscale: #BEBEBE. Windows color (decimal): -1065412 or 3981039. OLE color: 3981039.

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

Color convert

RGB 239 190 60 -
CMYK 0 0.21 0.75 0.06
HSL 43.58º 0.85% 0.59% -
HSV(B) 43.58º 0.75% 0.94% -
XYZ 54.83 55.5 12.1 -
YUV 189.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 239 190 60 0 0.21 0.75 0.06 43.58 0.85 0.59
Hex EF BE 3C 0 15 4B 6 2C 55 3B
Octal 357 276 74 0 25 113 6 54 125 73
Binary 11101111 10111110 111100 0 10101 1001011 110 101100 1010101 111011

Color Harmonies of #EFBE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE3C

Black with #EFBE3C

Text Example


Text Example

White with #EFBE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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