Html Css Color HEX #EED55D Portica

📋 copy color: '#EED55D'

red 238 ◦ green 213 ◦ blue 93

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

Shades of Portica #EED55D

Tints of Portica #EED55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.15%

 BLUE value IS 93 (36.72% from 255) = 17.1%

R = 43.75%
G = 39.15%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EED55D (or 0xEED55D) is known color: Portica. HEX triplet: EE, D5 and 5D. RGB value is (238,213,93). Sum of RGB (Red+Green+Blue) = 238+213+93=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EED55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED55D is #112AA2. Grayscale: #CFCFCF. Windows color (decimal): -1125027 or 6149614. OLE color: 6149614.

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

Color convert

RGB 238 213 93 -
CMYK 0 0.11 0.61 0.07
HSL 49.66º 0.81% 0.65% -
HSV(B) 49.66º 0.61% 0.93% -
XYZ 61.03 66.56 19.99 -
YUV 206.8 63.78 150.26 -
System Red Green Blue C M Y K H S L
Decimal 238 213 93 0 0.11 0.61 0.07 49.66 0.81 0.65
Hex EE D5 5D 0 B 3D 7 32 51 41
Octal 356 325 135 0 13 75 7 62 121 101
Binary 11101110 11010101 1011101 0 1011 111101 111 110010 1010001 1000001

Color Harmonies of #EED55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED55D

Black with #EED55D

Text Example


Text Example

White with #EED55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED55D; }

 p { color: rgb(238,213,93); }

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

background-color css

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

 a { background-color: rgb(238,213,93); }

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

border-color css

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

 span { border-color: rgb(238,213,93); }

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