Html Css Color HEX #EEC838 Saffron

📋 copy color: '#EEC838'

red 238 ◦ green 200 ◦ blue 56

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

Shades of Saffron #EEC838

Tints of Saffron #EEC838

RGB

 RED value IS 238 (93.36% from 255) = 48.18%

 GREEN value IS 200 (78.52% from 255) = 40.49%

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

R = 48.18%
G = 40.49%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEC838 (or 0xEEC838) is known color: Saffron. HEX triplet: EE, C8 and 38. RGB value is (238,200,56). Sum of RGB (Red+Green+Blue) = 238+200+56=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC838 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC838 is #1137C7. Grayscale: #C3C3C3. Windows color (decimal): -1128392 or 3721454. OLE color: 3721454.

HSL color Cylindrical-coordinate representation of color #EEC838: hue angle of 47.47º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEC838 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 200 56 -
CMYK 0 0.16 0.76 0.07
HSL 47.47º 0.84% 0.58% -
HSV(B) 47.47º 0.76% 0.93% -
XYZ 56.63 59.77 12.29 -
YUV 194.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 238 200 56 0 0.16 0.76 0.07 47.47 0.84 0.58
Hex EE C8 38 0 10 4C 7 2F 54 3A
Octal 356 310 70 0 20 114 7 57 124 72
Binary 11101110 11001000 111000 0 10000 1001100 111 101111 1010100 111010

Color Harmonies of #EEC838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC838

Black with #EEC838

Text Example


Text Example

White with #EEC838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC838; }

 p { color: rgb(238,200,56); }

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

background-color css

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

 a { background-color: rgb(238,200,56); }

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

border-color css

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

 span { border-color: rgb(238,200,56); }

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