Html Css Color HEX #EFC735 Saffron

📋 copy color: '#EFC735'

red 239 ◦ green 199 ◦ blue 53

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

Shades of Saffron #EFC735

Tints of Saffron #EFC735

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.53%

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

R = 48.68%
G = 40.53%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFC735 (or 0xEFC735) is known color: Saffron. HEX triplet: EF, C7 and 35. RGB value is (239,199,53). Sum of RGB (Red+Green+Blue) = 239+199+53=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC735 is #1038CA. Grayscale: #C2C2C2. Windows color (decimal): -1063115 or 3524591. OLE color: 3524591.

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

Color convert

RGB 239 199 53 -
CMYK 0 0.17 0.78 0.06
HSL 47.1º 0.85% 0.57% -
HSV(B) 47.1º 0.78% 0.94% -
XYZ 56.66 59.45 11.86 -
YUV 194.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 239 199 53 0 0.17 0.78 0.06 47.1 0.85 0.57
Hex EF C7 35 0 11 4E 6 2F 55 39
Octal 357 307 65 0 21 116 6 57 125 71
Binary 11101111 11000111 110101 0 10001 1001110 110 101111 1010101 111001

Color Harmonies of #EFC735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC735

Black with #EFC735

Text Example


Text Example

White with #EFC735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC735; }

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

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

background-color css

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

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

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

border-color css

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

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

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