Html Css Color HEX #EFC338 Saffron

📋 copy color: '#EFC338'

red 239 ◦ green 195 ◦ blue 56

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

Shades of Saffron #EFC338

Tints of Saffron #EFC338

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.8%

 BLUE value IS 56 (22.27% from 255) = 11.43%

R = 48.78%
G = 39.8%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFC338 (or 0xEFC338) is known color: Saffron. HEX triplet: EF, C3 and 38. RGB value is (239,195,56). Sum of RGB (Red+Green+Blue) = 239+195+56=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC338 is #103CC7. Grayscale: #C0C0C0. Windows color (decimal): -1064136 or 3720175. OLE color: 3720175.

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

Color convert

RGB 239 195 56 -
CMYK 0 0.18 0.77 0.06
HSL 45.57º 0.85% 0.58% -
HSV(B) 45.57º 0.77% 0.94% -
XYZ 55.83 57.67 11.93 -
YUV 192.31 51.08 161.3 -
System Red Green Blue C M Y K H S L
Decimal 239 195 56 0 0.18 0.77 0.06 45.57 0.85 0.58
Hex EF C3 38 0 12 4D 6 2E 55 3A
Octal 357 303 70 0 22 115 6 56 125 72
Binary 11101111 11000011 111000 0 10010 1001101 110 101110 1010101 111010

Color Harmonies of #EFC338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC338

Black with #EFC338

Text Example


Text Example

White with #EFC338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC338; }

 p { color: rgb(239,195,56); }

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

background-color css

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

 a { background-color: rgb(239,195,56); }

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

border-color css

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

 span { border-color: rgb(239,195,56); }

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