Html Css Color HEX #EAC33A Saffron

📋 copy color: '#EAC33A'

red 234 ◦ green 195 ◦ blue 58

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

Shades of Saffron #EAC33A

Tints of Saffron #EAC33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

 BLUE value IS 58 (23.05% from 255) = 11.91%

R = 48.05%
G = 40.04%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EAC33A (or 0xEAC33A) is known color: Saffron. HEX triplet: EA, C3 and 3A. RGB value is (234,195,58). Sum of RGB (Red+Green+Blue) = 234+195+58=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC33A is #153CC5. Grayscale: #BFBFBF. Windows color (decimal): -1391814 or 3851242. OLE color: 3851242.

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

Color convert

RGB 234 195 58 -
CMYK 0 0.17 0.75 0.08
HSL 46.7º 0.81% 0.57% -
HSV(B) 46.7º 0.75% 0.92% -
XYZ 54.21 56.83 12.11 -
YUV 191.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 234 195 58 0 0.17 0.75 0.08 46.7 0.81 0.57
Hex EA C3 3A 0 11 4B 8 2F 51 39
Octal 352 303 72 0 21 113 10 57 121 71
Binary 11101010 11000011 111010 0 10001 1001011 1000 101111 1010001 111001

Color Harmonies of #EAC33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC33A

Black with #EAC33A

Text Example


Text Example

White with #EAC33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC33A; }

 p { color: rgb(234,195,58); }

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

background-color css

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

 a { background-color: rgb(234,195,58); }

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

border-color css

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

 span { border-color: rgb(234,195,58); }

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