Html Css Color HEX #EEDC52 Portica

📋 copy color: '#EEDC52'

red 238 ◦ green 220 ◦ blue 82

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

Shades of Portica #EEDC52

Tints of Portica #EEDC52

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 82 (32.42% from 255) = 15.19%

R = 44.07%
G = 40.74%
B = 15.19%

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

#EEDC52 (or 0xEEDC52) is known color: Portica. HEX triplet: EE, DC and 52. RGB value is (238,220,82). Sum of RGB (Red+Green+Blue) = 238+220+82=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC52 is #1123AD. Grayscale: #D2D2D2. Windows color (decimal): -1123246 or 5430510. OLE color: 5430510.

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

Color convert

RGB 238 220 82 -
CMYK 0 0.08 0.66 0.07
HSL 53.08º 0.82% 0.63% -
HSV(B) 53.08º 0.66% 0.93% -
XYZ 62.38 69.97 18.2 -
YUV 209.65 55.96 148.22 -
System Red Green Blue C M Y K H S L
Decimal 238 220 82 0 0.08 0.66 0.07 53.08 0.82 0.63
Hex EE DC 52 0 8 42 7 35 52 3F
Octal 356 334 122 0 10 102 7 65 122 77
Binary 11101110 11011100 1010010 0 1000 1000010 111 110101 1010010 111111

Color Harmonies of #EEDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC52

Black with #EEDC52

Text Example


Text Example

White with #EEDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC52; }

 p { color: rgb(238,220,82); }

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

background-color css

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

 a { background-color: rgb(238,220,82); }

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

border-color css

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

 span { border-color: rgb(238,220,82); }

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