Html Css Color HEX #EEDD64 Portica

📋 copy color: '#EEDD64'

red 238 ◦ green 221 ◦ blue 100

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

Shades of Portica #EEDD64

Tints of Portica #EEDD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.89%

R = 42.58%
G = 39.53%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEDD64 (or 0xEEDD64) is known color: Portica. HEX triplet: EE, DD and 64. RGB value is (238,221,100). Sum of RGB (Red+Green+Blue) = 238+221+100=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD64 is #11229B. Grayscale: #D4D4D4. Windows color (decimal): -1122972 or 6610414. OLE color: 6610414.

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

Color convert

RGB 238 221 100 -
CMYK 0 0.07 0.58 0.07
HSL 52.61º 0.8% 0.66% -
HSV(B) 52.61º 0.58% 0.93% -
XYZ 63.42 70.81 22.38 -
YUV 212.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 238 221 100 0 0.07 0.58 0.07 52.61 0.8 0.66
Hex EE DD 64 0 7 3A 7 35 50 42
Octal 356 335 144 0 7 72 7 65 120 102
Binary 11101110 11011101 1100100 0 111 111010 111 110101 1010000 1000010

Color Harmonies of #EEDD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD64

Black with #EEDD64

Text Example


Text Example

White with #EEDD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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