Html Css Color HEX #EFBA3C Saffron

📋 copy color: '#EFBA3C'

red 239 ◦ green 186 ◦ blue 60

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

Shades of Saffron #EFBA3C

Tints of Saffron #EFBA3C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.35%

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

R = 49.28%
G = 38.35%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFBA3C (or 0xEFBA3C) is known color: Saffron. HEX triplet: EF, BA and 3C. RGB value is (239,186,60). Sum of RGB (Red+Green+Blue) = 239+186+60=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA3C is #1045C3. Grayscale: #BCBCBC. Windows color (decimal): -1066436 or 3980015. OLE color: 3980015.

HSL color Cylindrical-coordinate representation of color #EFBA3C: hue angle of 42.23º 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 #EFBA3C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 60 -
CMYK 0 0.22 0.75 0.06
HSL 42.23º 0.85% 0.59% -
HSV(B) 42.23º 0.75% 0.94% -
XYZ 53.97 53.79 11.81 -
YUV 187.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 239 186 60 0 0.22 0.75 0.06 42.23 0.85 0.59
Hex EF BA 3C 0 16 4B 6 2A 55 3B
Octal 357 272 74 0 26 113 6 52 125 73
Binary 11101111 10111010 111100 0 10110 1001011 110 101010 1010101 111011

Color Harmonies of #EFBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA3C

Black with #EFBA3C

Text Example


Text Example

White with #EFBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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