Html Css Color HEX #EEC43A Saffron

📋 copy color: '#EEC43A'

red 238 ◦ green 196 ◦ blue 58

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

Shades of Saffron #EEC43A

Tints of Saffron #EEC43A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

 BLUE value IS 58 (23.05% from 255) = 11.79%

R = 48.37%
G = 39.84%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEC43A (or 0xEEC43A) is known color: Saffron. HEX triplet: EE, C4 and 3A. RGB value is (238,196,58). Sum of RGB (Red+Green+Blue) = 238+196+58=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC43A is #113BC5. Grayscale: #C1C1C1. Windows color (decimal): -1129414 or 3851502. OLE color: 3851502.

HSL color Cylindrical-coordinate representation of color #EEC43A: hue angle of 46º 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 #EEC43A is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 58 -
CMYK 0 0.18 0.76 0.07
HSL 46º 0.84% 0.58% -
HSV(B) 46º 0.76% 0.93% -
XYZ 55.76 57.96 12.25 -
YUV 192.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 238 196 58 0 0.18 0.76 0.07 46 0.84 0.58
Hex EE C4 3A 0 12 4C 7 2E 54 3A
Octal 356 304 72 0 22 114 7 56 124 72
Binary 11101110 11000100 111010 0 10010 1001100 111 101110 1010100 111010

Color Harmonies of #EEC43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC43A

Black with #EEC43A

Text Example


Text Example

White with #EEC43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC43A; }

 p { color: rgb(238,196,58); }

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

background-color css

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

 a { background-color: rgb(238,196,58); }

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

border-color css

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

 span { border-color: rgb(238,196,58); }

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