Html Css Color HEX #EEDE5B Portica

📋 copy color: '#EEDE5B'

red 238 ◦ green 222 ◦ blue 91

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

Shades of Portica #EEDE5B

Tints of Portica #EEDE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.52%

R = 43.19%
G = 40.29%
B = 16.52%

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

#EEDE5B (or 0xEEDE5B) is known color: Portica. HEX triplet: EE, DE and 5B. RGB value is (238,222,91). Sum of RGB (Red+Green+Blue) = 238+222+91=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE5B is #1121A4. Grayscale: #D4D4D4. Windows color (decimal): -1122725 or 6020846. OLE color: 6020846.

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

Color convert

RGB 238 222 91 -
CMYK 0 0.07 0.62 0.07
HSL 53.47º 0.81% 0.65% -
HSV(B) 53.47º 0.62% 0.93% -
XYZ 63.27 71.18 20.3 -
YUV 211.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 238 222 91 0 0.07 0.62 0.07 53.47 0.81 0.65
Hex EE DE 5B 0 7 3E 7 35 51 41
Octal 356 336 133 0 7 76 7 65 121 101
Binary 11101110 11011110 1011011 0 111 111110 111 110101 1010001 1000001

Color Harmonies of #EEDE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE5B

Black with #EEDE5B

Text Example


Text Example

White with #EEDE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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