Html Css Color HEX #EEDE5E Portica

📋 copy color: '#EEDE5E'

red 238 ◦ green 222 ◦ blue 94

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

Shades of Portica #EEDE5E

Tints of Portica #EEDE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.97%

R = 42.96%
G = 40.07%
B = 16.97%

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

#EEDE5E (or 0xEEDE5E) is known color: Portica. HEX triplet: EE, DE and 5E. RGB value is (238,222,94). Sum of RGB (Red+Green+Blue) = 238+222+94=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE5E is #1121A1. Grayscale: #D4D4D4. Windows color (decimal): -1122722 or 6217454. OLE color: 6217454.

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

Color convert

RGB 238 222 94 -
CMYK 0 0.07 0.61 0.07
HSL 53.33º 0.81% 0.65% -
HSV(B) 53.33º 0.61% 0.93% -
XYZ 63.4 71.23 21 -
YUV 212.19 61.3 146.41 -
System Red Green Blue C M Y K H S L
Decimal 238 222 94 0 0.07 0.61 0.07 53.33 0.81 0.65
Hex EE DE 5E 0 7 3D 7 35 51 41
Octal 356 336 136 0 7 75 7 65 121 101
Binary 11101110 11011110 1011110 0 111 111101 111 110101 1010001 1000001

Color Harmonies of #EEDE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE5E

Black with #EEDE5E

Text Example


Text Example

White with #EEDE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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