Html Css Color HEX #EFC33C Saffron

📋 copy color: '#EFC33C'

red 239 ◦ green 195 ◦ blue 60

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

Shades of Saffron #EFC33C

Tints of Saffron #EFC33C

RGB

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

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

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

R = 48.38%
G = 39.47%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFC33C (or 0xEFC33C) is known color: Saffron. HEX triplet: EF, C3 and 3C. RGB value is (239,195,60). Sum of RGB (Red+Green+Blue) = 239+195+60=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC33C is #103CC3. Grayscale: #C1C1C1. Windows color (decimal): -1064132 or 3982319. OLE color: 3982319.

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

Color convert

RGB 239 195 60 -
CMYK 0 0.18 0.75 0.06
HSL 45.25º 0.85% 0.59% -
HSV(B) 45.25º 0.75% 0.94% -
XYZ 55.93 57.71 12.47 -
YUV 192.77 53.08 160.98 -
System Red Green Blue C M Y K H S L
Decimal 239 195 60 0 0.18 0.75 0.06 45.25 0.85 0.59
Hex EF C3 3C 0 12 4B 6 2D 55 3B
Octal 357 303 74 0 22 113 6 55 125 73
Binary 11101111 11000011 111100 0 10010 1001011 110 101101 1010101 111011

Color Harmonies of #EFC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC33C

Black with #EFC33C

Text Example


Text Example

White with #EFC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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