Html Css Color HEX #EAC43C Saffron

📋 copy color: '#EAC43C'

red 234 ◦ green 196 ◦ blue 60

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

Shades of Saffron #EAC43C

Tints of Saffron #EAC43C

RGB

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

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

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

R = 47.76%
G = 40%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAC43C (or 0xEAC43C) is known color: Saffron. HEX triplet: EA, C4 and 3C. RGB value is (234,196,60). Sum of RGB (Red+Green+Blue) = 234+196+60=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC43C is #153BC3. Grayscale: #C0C0C0. Windows color (decimal): -1391556 or 3982570. OLE color: 3982570.

HSL color Cylindrical-coordinate representation of color #EAC43C: hue angle of 46.9º 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 #EAC43C is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 196 60 -
CMYK 0 0.16 0.74 0.08
HSL 46.9º 0.81% 0.58% -
HSV(B) 46.9º 0.74% 0.92% -
XYZ 54.49 57.3 12.46 -
YUV 191.86 53.59 158.06 -
System Red Green Blue C M Y K H S L
Decimal 234 196 60 0 0.16 0.74 0.08 46.9 0.81 0.58
Hex EA C4 3C 0 10 4A 8 2F 51 3A
Octal 352 304 74 0 20 112 10 57 121 72
Binary 11101010 11000100 111100 0 10000 1001010 1000 101111 1010001 111010

Color Harmonies of #EAC43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC43C

Black with #EAC43C

Text Example


Text Example

White with #EAC43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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