Html Css Color HEX #EED15E Portica

📋 copy color: '#EED15E'

red 238 ◦ green 209 ◦ blue 94

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

Shades of Portica #EED15E

Tints of Portica #EED15E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.63%

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

R = 43.99%
G = 38.63%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EED15E (or 0xEED15E) is known color: Portica. HEX triplet: EE, D1 and 5E. RGB value is (238,209,94). Sum of RGB (Red+Green+Blue) = 238+209+94=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EED15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED15E is #112EA1. Grayscale: #CDCDCD. Windows color (decimal): -1126050 or 6214126. OLE color: 6214126.

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

Color convert

RGB 238 209 94 -
CMYK 0 0.12 0.61 0.07
HSL 47.92º 0.81% 0.65% -
HSV(B) 47.92º 0.61% 0.93% -
XYZ 60.08 64.59 19.89 -
YUV 204.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 238 209 94 0 0.12 0.61 0.07 47.92 0.81 0.65
Hex EE D1 5E 0 C 3D 7 30 51 41
Octal 356 321 136 0 14 75 7 60 121 101
Binary 11101110 11010001 1011110 0 1100 111101 111 110000 1010001 1000001

Color Harmonies of #EED15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED15E

Black with #EED15E

Text Example


Text Example

White with #EED15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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