Html Css Color HEX #EFC534 Saffron

📋 copy color: '#EFC534'

red 239 ◦ green 197 ◦ blue 52

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

Shades of Saffron #EFC534

Tints of Saffron #EFC534

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.37%

 BLUE value IS 52 (20.7% from 255) = 10.66%

R = 48.98%
G = 40.37%
B = 10.66%

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

#EFC534 (or 0xEFC534) is known color: Saffron. HEX triplet: EF, C5 and 34. RGB value is (239,197,52). Sum of RGB (Red+Green+Blue) = 239+197+52=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC534 is #103ACB. Grayscale: #C1C1C1. Windows color (decimal): -1063628 or 3458543. OLE color: 3458543.

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

Color convert

RGB 239 197 52 -
CMYK 0 0.18 0.78 0.06
HSL 46.52º 0.85% 0.57% -
HSV(B) 46.52º 0.78% 0.94% -
XYZ 56.18 58.53 11.59 -
YUV 193.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 239 197 52 0 0.18 0.78 0.06 46.52 0.85 0.57
Hex EF C5 34 0 12 4E 6 2F 55 39
Octal 357 305 64 0 22 116 6 57 125 71
Binary 11101111 11000101 110100 0 10010 1001110 110 101111 1010101 111001

Color Harmonies of #EFC534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC534

Black with #EFC534

Text Example


Text Example

White with #EFC534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC534; }

 p { color: rgb(239,197,52); }

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

background-color css

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

 a { background-color: rgb(239,197,52); }

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

border-color css

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

 span { border-color: rgb(239,197,52); }

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