Html Css Color HEX #EAC23B Saffron

📋 copy color: '#EAC23B'

red 234 ◦ green 194 ◦ blue 59

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

Shades of Saffron #EAC23B

Tints of Saffron #EAC23B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.84%

 BLUE value IS 59 (23.44% from 255) = 12.11%

R = 48.05%
G = 39.84%
B = 12.11%

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

#EAC23B (or 0xEAC23B) is known color: Saffron. HEX triplet: EA, C2 and 3B. RGB value is (234,194,59). Sum of RGB (Red+Green+Blue) = 234+194+59=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC23B is #153DC4. Grayscale: #BFBFBF. Windows color (decimal): -1392069 or 3916522. OLE color: 3916522.

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

Color convert

RGB 234 194 59 -
CMYK 0 0.17 0.75 0.08
HSL 46.29º 0.81% 0.57% -
HSV(B) 46.29º 0.75% 0.92% -
XYZ 54.01 56.39 12.18 -
YUV 190.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 234 194 59 0 0.17 0.75 0.08 46.29 0.81 0.57
Hex EA C2 3B 0 11 4B 8 2E 51 39
Octal 352 302 73 0 21 113 10 56 121 71
Binary 11101010 11000010 111011 0 10001 1001011 1000 101110 1010001 111001

Color Harmonies of #EAC23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC23B

Black with #EAC23B

Text Example


Text Example

White with #EAC23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC23B; }

 p { color: rgb(234,194,59); }

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

background-color css

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

 a { background-color: rgb(234,194,59); }

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

border-color css

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

 span { border-color: rgb(234,194,59); }

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