Html Css Color HEX #EFC335 Saffron

📋 copy color: '#EFC335'

red 239 ◦ green 195 ◦ blue 53

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

Shades of Saffron #EFC335

Tints of Saffron #EFC335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

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

R = 49.08%
G = 40.04%
B = 10.88%

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

#EFC335 (or 0xEFC335) is known color: Saffron. HEX triplet: EF, C3 and 35. RGB value is (239,195,53). Sum of RGB (Red+Green+Blue) = 239+195+53=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC335 is #103CCA. Grayscale: #C0C0C0. Windows color (decimal): -1064139 or 3523567. OLE color: 3523567.

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

Color convert

RGB 239 195 53 -
CMYK 0 0.18 0.78 0.06
HSL 45.81º 0.85% 0.57% -
HSV(B) 45.81º 0.78% 0.94% -
XYZ 55.75 57.64 11.55 -
YUV 191.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 239 195 53 0 0.18 0.78 0.06 45.81 0.85 0.57
Hex EF C3 35 0 12 4E 6 2E 55 39
Octal 357 303 65 0 22 116 6 56 125 71
Binary 11101111 11000011 110101 0 10010 1001110 110 101110 1010101 111001

Color Harmonies of #EFC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC335

Black with #EFC335

Text Example


Text Example

White with #EFC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC335; }

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

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

background-color css

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

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

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

border-color css

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

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

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