Html Css Color HEX #EEDE64 Portica

📋 copy color: '#EEDE64'

red 238 ◦ green 222 ◦ blue 100

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

Shades of Portica #EEDE64

Tints of Portica #EEDE64

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.64%

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

R = 42.5%
G = 39.64%
B = 17.86%

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

#EEDE64 (or 0xEEDE64) is known color: Portica. HEX triplet: EE, DE and 64. RGB value is (238,222,100). Sum of RGB (Red+Green+Blue) = 238+222+100=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE64 is #11219B. Grayscale: #D5D5D5. Windows color (decimal): -1122716 or 6610670. OLE color: 6610670.

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

Color convert

RGB 238 222 100 -
CMYK 0 0.07 0.58 0.07
HSL 53.04º 0.8% 0.66% -
HSV(B) 53.04º 0.58% 0.93% -
XYZ 63.68 71.34 22.47 -
YUV 212.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 238 222 100 0 0.07 0.58 0.07 53.04 0.8 0.66
Hex EE DE 64 0 7 3A 7 35 50 42
Octal 356 336 144 0 7 72 7 65 120 102
Binary 11101110 11011110 1100100 0 111 111010 111 110101 1010000 1000010

Color Harmonies of #EEDE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE64

Black with #EEDE64

Text Example


Text Example

White with #EEDE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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