Html Css Color HEX #EFC634 Saffron

📋 copy color: '#EFC634'

red 239 ◦ green 198 ◦ blue 52

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

Shades of Saffron #EFC634

Tints of Saffron #EFC634

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.49%

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

R = 48.88%
G = 40.49%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFC634 (or 0xEFC634) is known color: Saffron. HEX triplet: EF, C6 and 34. RGB value is (239,198,52). Sum of RGB (Red+Green+Blue) = 239+198+52=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC634 is #1039CB. Grayscale: #C2C2C2. Windows color (decimal): -1063372 or 3458799. OLE color: 3458799.

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

Color convert

RGB 239 198 52 -
CMYK 0 0.17 0.78 0.06
HSL 46.84º 0.85% 0.57% -
HSV(B) 46.84º 0.78% 0.94% -
XYZ 56.41 58.99 11.66 -
YUV 193.62 48.08 160.37 -
System Red Green Blue C M Y K H S L
Decimal 239 198 52 0 0.17 0.78 0.06 46.84 0.85 0.57
Hex EF C6 34 0 11 4E 6 2F 55 39
Octal 357 306 64 0 21 116 6 57 125 71
Binary 11101111 11000110 110100 0 10001 1001110 110 101111 1010101 111001

Color Harmonies of #EFC634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC634

Black with #EFC634

Text Example


Text Example

White with #EFC634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC634; }

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

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

background-color css

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

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

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

border-color css

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

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

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