Html Css Color HEX #EAC633 Saffron

📋 copy color: '#EAC633'

red 234 ◦ green 198 ◦ blue 51

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

Shades of Saffron #EAC633

Tints of Saffron #EAC633

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.99%

 BLUE value IS 51 (20.31% from 255) = 10.56%

R = 48.45%
G = 40.99%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAC633 (or 0xEAC633) is known color: Saffron. HEX triplet: EA, C6 and 33. RGB value is (234,198,51). Sum of RGB (Red+Green+Blue) = 234+198+51=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC633 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC633 is #1539CC. Grayscale: #C0C0C0. Windows color (decimal): -1391053 or 3393258. OLE color: 3393258.

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

Color convert

RGB 234 198 51 -
CMYK 0 0.15 0.78 0.08
HSL 48.2º 0.81% 0.56% -
HSV(B) 48.2º 0.78% 0.92% -
XYZ 54.72 58.12 11.47 -
YUV 192.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 234 198 51 0 0.15 0.78 0.08 48.2 0.81 0.56
Hex EA C6 33 0 F 4E 8 30 51 38
Octal 352 306 63 0 17 116 10 60 121 70
Binary 11101010 11000110 110011 0 1111 1001110 1000 110000 1010001 111000

Color Harmonies of #EAC633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC633

Black with #EAC633

Text Example


Text Example

White with #EAC633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC633; }

 p { color: rgb(234,198,51); }

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

background-color css

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

 a { background-color: rgb(234,198,51); }

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

border-color css

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

 span { border-color: rgb(234,198,51); }

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