Html Css Color HEX #EED15D Portica

📋 copy color: '#EED15D'

red 238 ◦ green 209 ◦ blue 93

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

Shades of Portica #EED15D

Tints of Portica #EED15D

RGB

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

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

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

R = 44.07%
G = 38.7%
B = 17.22%

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

#EED15D (or 0xEED15D) is known color: Portica. HEX triplet: EE, D1 and 5D. RGB value is (238,209,93). Sum of RGB (Red+Green+Blue) = 238+209+93=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EED15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED15D is #112EA2. Grayscale: #CCCCCC. Windows color (decimal): -1126051 or 6148590. OLE color: 6148590.

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

Color convert

RGB 238 209 93 -
CMYK 0 0.12 0.61 0.07
HSL 48º 0.81% 0.65% -
HSV(B) 48º 0.61% 0.93% -
XYZ 60.04 64.57 19.65 -
YUV 204.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 238 209 93 0 0.12 0.61 0.07 48 0.81 0.65
Hex EE D1 5D 0 C 3D 7 30 51 41
Octal 356 321 135 0 14 75 7 60 121 101
Binary 11101110 11010001 1011101 0 1100 111101 111 110000 1010001 1000001

Color Harmonies of #EED15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED15D

Black with #EED15D

Text Example


Text Example

White with #EED15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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