Html Css Color HEX #EED85D Portica

📋 copy color: '#EED85D'

red 238 ◦ green 216 ◦ blue 93

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

Shades of Portica #EED85D

Tints of Portica #EED85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.49%

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

R = 43.51%
G = 39.49%
B = 17%

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

#EED85D (or 0xEED85D) is known color: Portica. HEX triplet: EE, D8 and 5D. RGB value is (238,216,93). Sum of RGB (Red+Green+Blue) = 238+216+93=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EED85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED85D is #1127A2. Grayscale: #D1D1D1. Windows color (decimal): -1124259 or 6150382. OLE color: 6150382.

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

Color convert

RGB 238 216 93 -
CMYK 0 0.09 0.61 0.07
HSL 50.9º 0.81% 0.65% -
HSV(B) 50.9º 0.61% 0.93% -
XYZ 61.79 68.08 20.24 -
YUV 208.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 238 216 93 0 0.09 0.61 0.07 50.9 0.81 0.65
Hex EE D8 5D 0 9 3D 7 33 51 41
Octal 356 330 135 0 11 75 7 63 121 101
Binary 11101110 11011000 1011101 0 1001 111101 111 110011 1010001 1000001

Color Harmonies of #EED85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED85D

Black with #EED85D

Text Example


Text Example

White with #EED85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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