Html Css Color HEX #EFC238 Saffron

📋 copy color: '#EFC238'

red 239 ◦ green 194 ◦ blue 56

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

Shades of Saffron #EFC238

Tints of Saffron #EFC238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.67%

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

R = 48.88%
G = 39.67%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFC238 (or 0xEFC238) is known color: Saffron. HEX triplet: EF, C2 and 38. RGB value is (239,194,56). Sum of RGB (Red+Green+Blue) = 239+194+56=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC238 is #103DC7. Grayscale: #C0C0C0. Windows color (decimal): -1064392 or 3719919. OLE color: 3719919.

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

Color convert

RGB 239 194 56 -
CMYK 0 0.19 0.77 0.06
HSL 45.25º 0.85% 0.58% -
HSV(B) 45.25º 0.77% 0.94% -
XYZ 55.6 57.22 11.86 -
YUV 191.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 239 194 56 0 0.19 0.77 0.06 45.25 0.85 0.58
Hex EF C2 38 0 13 4D 6 2D 55 3A
Octal 357 302 70 0 23 115 6 55 125 72
Binary 11101111 11000010 111000 0 10011 1001101 110 101101 1010101 111010

Color Harmonies of #EFC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC238

Black with #EFC238

Text Example


Text Example

White with #EFC238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC238; }

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

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

background-color css

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

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

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

border-color css

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

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

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