Html Css Color HEX #EFC13F Saffron

📋 copy color: '#EFC13F'

red 239 ◦ green 193 ◦ blue 63

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

Shades of Saffron #EFC13F

Tints of Saffron #EFC13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.99%

 BLUE value IS 63 (25% from 255) = 12.73%

R = 48.28%
G = 38.99%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFC13F (or 0xEFC13F) is known color: Saffron. HEX triplet: EF, C1 and 3F. RGB value is (239,193,63). Sum of RGB (Red+Green+Blue) = 239+193+63=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC13F is #103EC0. Grayscale: #C0C0C0. Windows color (decimal): -1064641 or 4178415. OLE color: 4178415.

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

Color convert

RGB 239 193 63 -
CMYK 0 0.19 0.74 0.06
HSL 44.32º 0.85% 0.59% -
HSV(B) 44.32º 0.74% 0.94% -
XYZ 55.56 56.85 12.75 -
YUV 191.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 239 193 63 0 0.19 0.74 0.06 44.32 0.85 0.59
Hex EF C1 3F 0 13 4A 6 2C 55 3B
Octal 357 301 77 0 23 112 6 54 125 73
Binary 11101111 11000001 111111 0 10011 1001010 110 101100 1010101 111011

Color Harmonies of #EFC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC13F

Black with #EFC13F

Text Example


Text Example

White with #EFC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC13F; }

 p { color: rgb(239,193,63); }

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

background-color css

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

 a { background-color: rgb(239,193,63); }

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

border-color css

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

 span { border-color: rgb(239,193,63); }

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