Html Css Color HEX #EAC835 Saffron

📋 copy color: '#EAC835'

red 234 ◦ green 200 ◦ blue 53

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

Shades of Saffron #EAC835

Tints of Saffron #EAC835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.88%

R = 48.05%
G = 41.07%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAC835 (or 0xEAC835) is known color: Saffron. HEX triplet: EA, C8 and 35. RGB value is (234,200,53). Sum of RGB (Red+Green+Blue) = 234+200+53=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC835 is #1537CA. Grayscale: #C2C2C2. Windows color (decimal): -1390539 or 3524842. OLE color: 3524842.

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

Color convert

RGB 234 200 53 -
CMYK 0 0.15 0.77 0.08
HSL 48.73º 0.81% 0.56% -
HSV(B) 48.73º 0.77% 0.92% -
XYZ 55.23 59.06 11.86 -
YUV 193.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 234 200 53 0 0.15 0.77 0.08 48.73 0.81 0.56
Hex EA C8 35 0 F 4D 8 31 51 38
Octal 352 310 65 0 17 115 10 61 121 70
Binary 11101010 11001000 110101 0 1111 1001101 1000 110001 1010001 111000

Color Harmonies of #EAC835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC835

Black with #EAC835

Text Example


Text Example

White with #EAC835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC835; }

 p { color: rgb(234,200,53); }

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

background-color css

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

 a { background-color: rgb(234,200,53); }

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

border-color css

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

 span { border-color: rgb(234,200,53); }

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