Html Css Color HEX #EEC23D Saffron

📋 copy color: '#EEC23D'

red 238 ◦ green 194 ◦ blue 61

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

Shades of Saffron #EEC23D

Tints of Saffron #EEC23D

RGB

 RED value IS 238 (93.36% from 255) = 48.28%

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

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

R = 48.28%
G = 39.35%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEC23D (or 0xEEC23D) is known color: Saffron. HEX triplet: EE, C2 and 3D. RGB value is (238,194,61). Sum of RGB (Red+Green+Blue) = 238+194+61=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC23D is #113DC2. Grayscale: #C0C0C0. Windows color (decimal): -1129923 or 4047598. OLE color: 4047598.

HSL color Cylindrical-coordinate representation of color #EEC23D: hue angle of 45.08º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEC23D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 194 61 -
CMYK 0 0.18 0.74 0.07
HSL 45.08º 0.84% 0.59% -
HSV(B) 45.08º 0.74% 0.93% -
XYZ 55.39 57.1 12.52 -
YUV 191.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 238 194 61 0 0.18 0.74 0.07 45.08 0.84 0.59
Hex EE C2 3D 0 12 4A 7 2D 54 3B
Octal 356 302 75 0 22 112 7 55 124 73
Binary 11101110 11000010 111101 0 10010 1001010 111 101101 1010100 111011

Color Harmonies of #EEC23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC23D

Black with #EEC23D

Text Example


Text Example

White with #EEC23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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