Html Css Color HEX #EEDB50 Portica

📋 copy color: '#EEDB50'

red 238 ◦ green 219 ◦ blue 80

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

Shades of Portica #EEDB50

Tints of Portica #EEDB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.9%

R = 44.32%
G = 40.78%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEDB50 (or 0xEEDB50) is known color: Portica. HEX triplet: EE, DB and 50. RGB value is (238,219,80). Sum of RGB (Red+Green+Blue) = 238+219+80=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB50 is #1124AF. Grayscale: #D1D1D1. Windows color (decimal): -1123504 or 5299182. OLE color: 5299182.

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

Color convert

RGB 238 219 80 -
CMYK 0 0.08 0.66 0.07
HSL 52.78º 0.82% 0.62% -
HSV(B) 52.78º 0.66% 0.93% -
XYZ 62.04 69.42 17.72 -
YUV 208.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 238 219 80 0 0.08 0.66 0.07 52.78 0.82 0.62
Hex EE DB 50 0 8 42 7 35 52 3E
Octal 356 333 120 0 10 102 7 65 122 76
Binary 11101110 11011011 1010000 0 1000 1000010 111 110101 1010010 111110

Color Harmonies of #EEDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB50

Black with #EEDB50

Text Example


Text Example

White with #EEDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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