Html Css Color HEX #EEDD56 Portica

📋 copy color: '#EEDD56'

red 238 ◦ green 221 ◦ blue 86

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

Shades of Portica #EEDD56

Tints of Portica #EEDD56

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.55%

 BLUE value IS 86 (33.98% from 255) = 15.78%

R = 43.67%
G = 40.55%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEDD56 (or 0xEEDD56) is known color: Portica. HEX triplet: EE, DD and 56. RGB value is (238,221,86). Sum of RGB (Red+Green+Blue) = 238+221+86=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 86 (33.98% from 255 or 15.78% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD56 is #1122A9. Grayscale: #D3D3D3. Windows color (decimal): -1122986 or 5692910. OLE color: 5692910.

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

Color convert

RGB 238 221 86 -
CMYK 0 0.07 0.64 0.07
HSL 53.29º 0.82% 0.64% -
HSV(B) 53.29º 0.64% 0.93% -
XYZ 62.8 70.56 19.11 -
YUV 210.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 238 221 86 0 0.07 0.64 0.07 53.29 0.82 0.64
Hex EE DD 56 0 7 40 7 35 52 40
Octal 356 335 126 0 7 100 7 65 122 100
Binary 11101110 11011101 1010110 0 111 1000000 111 110101 1010010 1000000

Color Harmonies of #EEDD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD56

Black with #EEDD56

Text Example


Text Example

White with #EEDD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD56; }

 p { color: rgb(238,221,86); }

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

background-color css

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

 a { background-color: rgb(238,221,86); }

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

border-color css

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

 span { border-color: rgb(238,221,86); }

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