Html Css Color HEX #EED85E Portica

📋 copy color: '#EED85E'

red 238 ◦ green 216 ◦ blue 94

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

Shades of Portica #EED85E

Tints of Portica #EED85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.15%

R = 43.43%
G = 39.42%
B = 17.15%

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

#EED85E (or 0xEED85E) is known color: Portica. HEX triplet: EE, D8 and 5E. RGB value is (238,216,94). Sum of RGB (Red+Green+Blue) = 238+216+94=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EED85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED85E is #1127A1. Grayscale: #D1D1D1. Windows color (decimal): -1124258 or 6215918. OLE color: 6215918.

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

Color convert

RGB 238 216 94 -
CMYK 0 0.09 0.61 0.07
HSL 50.83º 0.81% 0.65% -
HSV(B) 50.83º 0.61% 0.93% -
XYZ 61.84 68.1 20.47 -
YUV 208.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 238 216 94 0 0.09 0.61 0.07 50.83 0.81 0.65
Hex EE D8 5E 0 9 3D 7 33 51 41
Octal 356 330 136 0 11 75 7 63 121 101
Binary 11101110 11011000 1011110 0 1001 111101 111 110011 1010001 1000001

Color Harmonies of #EED85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED85E

Black with #EED85E

Text Example


Text Example

White with #EED85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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