Html Css Color HEX #EFC535 Saffron

📋 copy color: '#EFC535'

red 239 ◦ green 197 ◦ blue 53

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

Shades of Saffron #EFC535

Tints of Saffron #EFC535

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.29%

 BLUE value IS 53 (21.09% from 255) = 10.84%

R = 48.88%
G = 40.29%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFC535 (or 0xEFC535) is known color: Saffron. HEX triplet: EF, C5 and 35. RGB value is (239,197,53). Sum of RGB (Red+Green+Blue) = 239+197+53=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC535 is #103ACA. Grayscale: #C1C1C1. Windows color (decimal): -1063627 or 3524079. OLE color: 3524079.

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

Color convert

RGB 239 197 53 -
CMYK 0 0.18 0.78 0.06
HSL 46.45º 0.85% 0.57% -
HSV(B) 46.45º 0.78% 0.94% -
XYZ 56.21 58.54 11.71 -
YUV 193.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 239 197 53 0 0.18 0.78 0.06 46.45 0.85 0.57
Hex EF C5 35 0 12 4E 6 2E 55 39
Octal 357 305 65 0 22 116 6 56 125 71
Binary 11101111 11000101 110101 0 10010 1001110 110 101110 1010101 111001

Color Harmonies of #EFC535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC535

Black with #EFC535

Text Example


Text Example

White with #EFC535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC535; }

 p { color: rgb(239,197,53); }

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

background-color css

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

 a { background-color: rgb(239,197,53); }

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

border-color css

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

 span { border-color: rgb(239,197,53); }

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