Html Css Color HEX #EAC938 Saffron

📋 copy color: '#EAC938'

red 234 ◦ green 201 ◦ blue 56

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

Shades of Saffron #EAC938

Tints of Saffron #EAC938

RGB

 RED value IS 234 (91.8% from 255) = 47.66%

 GREEN value IS 201 (78.91% from 255) = 40.94%

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

R = 47.66%
G = 40.94%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAC938 (or 0xEAC938) is known color: Saffron. HEX triplet: EA, C9 and 38. RGB value is (234,201,56). Sum of RGB (Red+Green+Blue) = 234+201+56=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC938 is #1536C7. Grayscale: #C2C2C2. Windows color (decimal): -1390280 or 3721706. OLE color: 3721706.

HSL color Cylindrical-coordinate representation of color #EAC938: hue angle of 48.88º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAC938 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 56 -
CMYK 0 0.14 0.76 0.08
HSL 48.88º 0.81% 0.57% -
HSV(B) 48.88º 0.76% 0.92% -
XYZ 55.53 59.55 12.31 -
YUV 194.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 234 201 56 0 0.14 0.76 0.08 48.88 0.81 0.57
Hex EA C9 38 0 E 4C 8 31 51 39
Octal 352 311 70 0 16 114 10 61 121 71
Binary 11101010 11001001 111000 0 1110 1001100 1000 110001 1010001 111001

Color Harmonies of #EAC938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC938

Black with #EAC938

Text Example


Text Example

White with #EAC938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC938; }

 p { color: rgb(234,201,56); }

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

background-color css

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

 a { background-color: rgb(234,201,56); }

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

border-color css

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

 span { border-color: rgb(234,201,56); }

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