Html Css Color HEX #EFC52E Saffron

📋 copy color: '#EFC52E'

red 239 ◦ green 197 ◦ blue 46

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

Shades of Saffron #EFC52E

Tints of Saffron #EFC52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.54%

R = 49.59%
G = 40.87%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFC52E (or 0xEFC52E) is known color: Saffron. HEX triplet: EF, C5 and 2E. RGB value is (239,197,46). Sum of RGB (Red+Green+Blue) = 239+197+46=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC52E is #103AD1. Grayscale: #C0C0C0. Windows color (decimal): -1063634 or 3065327. OLE color: 3065327.

HSL color Cylindrical-coordinate representation of color #EFC52E: hue angle of 46.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFC52E is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 46 -
CMYK 0 0.18 0.81 0.06
HSL 46.94º 0.86% 0.56% -
HSV(B) 46.94º 0.81% 0.94% -
XYZ 56.06 58.48 10.92 -
YUV 192.34 45.41 161.28 -
System Red Green Blue C M Y K H S L
Decimal 239 197 46 0 0.18 0.81 0.06 46.94 0.86 0.56
Hex EF C5 2E 0 12 51 6 2F 56 38
Octal 357 305 56 0 22 121 6 57 126 70
Binary 11101111 11000101 101110 0 10010 1010001 110 101111 1010110 111000

Color Harmonies of #EFC52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC52E

Black with #EFC52E

Text Example


Text Example

White with #EFC52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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