Html Css Color HEX #EEDD5A Portica

📋 copy color: '#EEDD5A'

red 238 ◦ green 221 ◦ blue 90

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

Shades of Portica #EEDD5A

Tints of Portica #EEDD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.39%

R = 43.35%
G = 40.26%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EEDD5A (or 0xEEDD5A) is known color: Portica. HEX triplet: EE, DD and 5A. RGB value is (238,221,90). Sum of RGB (Red+Green+Blue) = 238+221+90=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD5A is #1122A5. Grayscale: #D3D3D3. Windows color (decimal): -1122982 or 5955054. OLE color: 5955054.

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

Color convert

RGB 238 221 90 -
CMYK 0 0.07 0.62 0.07
HSL 53.11º 0.81% 0.64% -
HSV(B) 53.11º 0.62% 0.93% -
XYZ 62.96 70.63 19.99 -
YUV 211.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 238 221 90 0 0.07 0.62 0.07 53.11 0.81 0.64
Hex EE DD 5A 0 7 3E 7 35 51 40
Octal 356 335 132 0 7 76 7 65 121 100
Binary 11101110 11011101 1011010 0 111 111110 111 110101 1010001 1000000

Color Harmonies of #EEDD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD5A

Black with #EEDD5A

Text Example


Text Example

White with #EEDD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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