Html Css Color HEX #EEDB5A Portica

📋 copy color: '#EEDB5A'

red 238 ◦ green 219 ◦ blue 90

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

Shades of Portica #EEDB5A

Tints of Portica #EEDB5A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

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

R = 43.51%
G = 40.04%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EEDB5A (or 0xEEDB5A) is known color: Portica. HEX triplet: EE, DB and 5A. RGB value is (238,219,90). Sum of RGB (Red+Green+Blue) = 238+219+90=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB5A is #1124A5. Grayscale: #D2D2D2. Windows color (decimal): -1123494 or 5954542. OLE color: 5954542.

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

Color convert

RGB 238 219 90 -
CMYK 0 0.08 0.62 0.07
HSL 52.3º 0.81% 0.64% -
HSV(B) 52.3º 0.62% 0.93% -
XYZ 62.44 69.58 19.81 -
YUV 209.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 238 219 90 0 0.08 0.62 0.07 52.3 0.81 0.64
Hex EE DB 5A 0 8 3E 7 34 51 40
Octal 356 333 132 0 10 76 7 64 121 100
Binary 11101110 11011011 1011010 0 1000 111110 111 110100 1010001 1000000

Color Harmonies of #EEDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB5A

Black with #EEDB5A

Text Example


Text Example

White with #EEDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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