Html Css Color HEX #EAC23D Saffron

📋 copy color: '#EAC23D'

red 234 ◦ green 194 ◦ blue 61

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

Shades of Saffron #EAC23D

Tints of Saffron #EAC23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.47%

R = 47.85%
G = 39.67%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAC23D (or 0xEAC23D) is known color: Saffron. HEX triplet: EA, C2 and 3D. RGB value is (234,194,61). Sum of RGB (Red+Green+Blue) = 234+194+61=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC23D is #153DC2. Grayscale: #BFBFBF. Windows color (decimal): -1392067 or 4047594. OLE color: 4047594.

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

Color convert

RGB 234 194 61 -
CMYK 0 0.17 0.74 0.08
HSL 46.13º 0.8% 0.58% -
HSV(B) 46.13º 0.74% 0.92% -
XYZ 54.07 56.41 12.45 -
YUV 190.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 234 194 61 0 0.17 0.74 0.08 46.13 0.8 0.58
Hex EA C2 3D 0 11 4A 8 2E 50 3A
Octal 352 302 75 0 21 112 10 56 120 72
Binary 11101010 11000010 111101 0 10001 1001010 1000 101110 1010000 111010

Color Harmonies of #EAC23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC23D

Black with #EAC23D

Text Example


Text Example

White with #EAC23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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