Html Css Color HEX #EEC63D Saffron

📋 copy color: '#EEC63D'

red 238 ◦ green 198 ◦ blue 61

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

Shades of Saffron #EEC63D

Tints of Saffron #EEC63D

RGB

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

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

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

R = 47.89%
G = 39.84%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEC63D (or 0xEEC63D) is known color: Saffron. HEX triplet: EE, C6 and 3D. RGB value is (238,198,61). Sum of RGB (Red+Green+Blue) = 238+198+61=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC63D is #1139C2. Grayscale: #C2C2C2. Windows color (decimal): -1128899 or 4048622. OLE color: 4048622.

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

Color convert

RGB 238 198 61 -
CMYK 0 0.17 0.74 0.07
HSL 46.44º 0.84% 0.59% -
HSV(B) 46.44º 0.74% 0.93% -
XYZ 56.3 58.9 12.82 -
YUV 194.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 238 198 61 0 0.17 0.74 0.07 46.44 0.84 0.59
Hex EE C6 3D 0 11 4A 7 2E 54 3B
Octal 356 306 75 0 21 112 7 56 124 73
Binary 11101110 11000110 111101 0 10001 1001010 111 101110 1010100 111011

Color Harmonies of #EEC63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC63D

Black with #EEC63D

Text Example


Text Example

White with #EEC63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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