Html Css Color HEX #EEDE5A Portica

📋 copy color: '#EEDE5A'

red 238 ◦ green 222 ◦ blue 90

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

Shades of Portica #EEDE5A

Tints of Portica #EEDE5A

RGB

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

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

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

R = 43.27%
G = 40.36%
B = 16.36%

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

#EEDE5A (or 0xEEDE5A) is known color: Portica. HEX triplet: EE, DE and 5A. RGB value is (238,222,90). Sum of RGB (Red+Green+Blue) = 238+222+90=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE5A is #1121A5. Grayscale: #D4D4D4. Windows color (decimal): -1122726 or 5955310. OLE color: 5955310.

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

Color convert

RGB 238 222 90 -
CMYK 0 0.07 0.62 0.07
HSL 53.51º 0.81% 0.64% -
HSV(B) 53.51º 0.62% 0.93% -
XYZ 63.23 71.16 20.08 -
YUV 211.74 59.3 146.73 -
System Red Green Blue C M Y K H S L
Decimal 238 222 90 0 0.07 0.62 0.07 53.51 0.81 0.64
Hex EE DE 5A 0 7 3E 7 36 51 40
Octal 356 336 132 0 7 76 7 66 121 100
Binary 11101110 11011110 1011010 0 111 111110 111 110110 1010001 1000000

Color Harmonies of #EEDE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE5A

Black with #EEDE5A

Text Example


Text Example

White with #EEDE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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