Html Css Color HEX #EFC13D Saffron

📋 copy color: '#EFC13D'

red 239 ◦ green 193 ◦ blue 61

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

Shades of Saffron #EFC13D

Tints of Saffron #EFC13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.37%

R = 48.48%
G = 39.15%
B = 12.37%

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

#EFC13D (or 0xEFC13D) is known color: Saffron. HEX triplet: EF, C1 and 3D. RGB value is (239,193,61). Sum of RGB (Red+Green+Blue) = 239+193+61=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC13D is #103EC2. Grayscale: #C0C0C0. Windows color (decimal): -1064643 or 4047343. OLE color: 4047343.

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

Color convert

RGB 239 193 61 -
CMYK 0 0.19 0.74 0.06
HSL 44.49º 0.85% 0.59% -
HSV(B) 44.49º 0.74% 0.94% -
XYZ 55.51 56.83 12.46 -
YUV 191.71 54.24 161.73 -
System Red Green Blue C M Y K H S L
Decimal 239 193 61 0 0.19 0.74 0.06 44.49 0.85 0.59
Hex EF C1 3D 0 13 4A 6 2C 55 3B
Octal 357 301 75 0 23 112 6 54 125 73
Binary 11101111 11000001 111101 0 10011 1001010 110 101100 1010101 111011

Color Harmonies of #EFC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC13D

Black with #EFC13D

Text Example


Text Example

White with #EFC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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