Html Css Color HEX #EFC133 Saffron

📋 copy color: '#EFC133'

red 239 ◦ green 193 ◦ blue 51

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

Shades of Saffron #EFC133

Tints of Saffron #EFC133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.56%

R = 49.48%
G = 39.96%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFC133 (or 0xEFC133) is known color: Saffron. HEX triplet: EF, C1 and 33. RGB value is (239,193,51). Sum of RGB (Red+Green+Blue) = 239+193+51=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC133 is #103ECC. Grayscale: #BFBFBF. Windows color (decimal): -1064653 or 3391983. OLE color: 3391983.

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

Color convert

RGB 239 193 51 -
CMYK 0 0.19 0.79 0.06
HSL 45.32º 0.85% 0.57% -
HSV(B) 45.32º 0.79% 0.94% -
XYZ 55.26 56.73 11.17 -
YUV 190.57 49.24 162.55 -
System Red Green Blue C M Y K H S L
Decimal 239 193 51 0 0.19 0.79 0.06 45.32 0.85 0.57
Hex EF C1 33 0 13 4F 6 2D 55 39
Octal 357 301 63 0 23 117 6 55 125 71
Binary 11101111 11000001 110011 0 10011 1001111 110 101101 1010101 111001

Color Harmonies of #EFC133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC133

Black with #EFC133

Text Example


Text Example

White with #EFC133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC133; }

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

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

background-color css

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

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

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

border-color css

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

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

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