Html Css Color HEX #EAC13C Saffron

📋 copy color: '#EAC13C'

red 234 ◦ green 193 ◦ blue 60

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

Shades of Saffron #EAC13C

Tints of Saffron #EAC13C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.63%

 BLUE value IS 60 (23.83% from 255) = 12.32%

R = 48.05%
G = 39.63%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAC13C (or 0xEAC13C) is known color: Saffron. HEX triplet: EA, C1 and 3C. RGB value is (234,193,60). Sum of RGB (Red+Green+Blue) = 234+193+60=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC13C is #153EC3. Grayscale: #BEBEBE. Windows color (decimal): -1392324 or 3981802. OLE color: 3981802.

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

Color convert

RGB 234 193 60 -
CMYK 0 0.18 0.74 0.08
HSL 45.86º 0.81% 0.58% -
HSV(B) 45.86º 0.74% 0.92% -
XYZ 53.82 55.96 12.24 -
YUV 190.1 54.58 159.31 -
System Red Green Blue C M Y K H S L
Decimal 234 193 60 0 0.18 0.74 0.08 45.86 0.81 0.58
Hex EA C1 3C 0 12 4A 8 2E 51 3A
Octal 352 301 74 0 22 112 10 56 121 72
Binary 11101010 11000001 111100 0 10010 1001010 1000 101110 1010001 111010

Color Harmonies of #EAC13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC13C

Black with #EAC13C

Text Example


Text Example

White with #EAC13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC13C; }

 p { color: rgb(234,193,60); }

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

background-color css

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

 a { background-color: rgb(234,193,60); }

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

border-color css

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

 span { border-color: rgb(234,193,60); }

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