Html Css Color HEX #EEDD5D Portica

📋 copy color: '#EEDD5D'

red 238 ◦ green 221 ◦ blue 93

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

Shades of Portica #EEDD5D

Tints of Portica #EEDD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

 BLUE value IS 93 (36.72% from 255) = 16.85%

R = 43.12%
G = 40.04%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEDD5D (or 0xEEDD5D) is known color: Portica. HEX triplet: EE, DD and 5D. RGB value is (238,221,93). Sum of RGB (Red+Green+Blue) = 238+221+93=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD5D is #1122A2. Grayscale: #D4D4D4. Windows color (decimal): -1122979 or 6151662. OLE color: 6151662.

HSL color Cylindrical-coordinate representation of color #EEDD5D: hue angle of 52.97º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEDD5D is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 93 -
CMYK 0 0.07 0.61 0.07
HSL 52.97º 0.81% 0.65% -
HSV(B) 52.97º 0.61% 0.93% -
XYZ 63.09 70.68 20.67 -
YUV 211.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 238 221 93 0 0.07 0.61 0.07 52.97 0.81 0.65
Hex EE DD 5D 0 7 3D 7 35 51 41
Octal 356 335 135 0 7 75 7 65 121 101
Binary 11101110 11011101 1011101 0 111 111101 111 110101 1010001 1000001

Color Harmonies of #EEDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD5D

Black with #EEDD5D

Text Example


Text Example

White with #EEDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD5D; }

 p { color: rgb(238,221,93); }

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

background-color css

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

 a { background-color: rgb(238,221,93); }

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

border-color css

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

 span { border-color: rgb(238,221,93); }

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