Html Css Color HEX #EED95D Portica

📋 copy color: '#EED95D'

red 238 ◦ green 217 ◦ blue 93

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

Shades of Portica #EED95D

Tints of Portica #EED95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.6%

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

R = 43.43%
G = 39.6%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EED95D (or 0xEED95D) is known color: Portica. HEX triplet: EE, D9 and 5D. RGB value is (238,217,93). Sum of RGB (Red+Green+Blue) = 238+217+93=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EED95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED95D is #1126A2. Grayscale: #D1D1D1. Windows color (decimal): -1124003 or 6150638. OLE color: 6150638.

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

Color convert

RGB 238 217 93 -
CMYK 0 0.09 0.61 0.07
HSL 51.31º 0.81% 0.65% -
HSV(B) 51.31º 0.61% 0.93% -
XYZ 62.05 68.59 20.33 -
YUV 209.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 238 217 93 0 0.09 0.61 0.07 51.31 0.81 0.65
Hex EE D9 5D 0 9 3D 7 33 51 41
Octal 356 331 135 0 11 75 7 63 121 101
Binary 11101110 11011001 1011101 0 1001 111101 111 110011 1010001 1000001

Color Harmonies of #EED95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED95D

Black with #EED95D

Text Example


Text Example

White with #EED95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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