Html Css Color HEX #EED15B Portica

📋 copy color: '#EED15B'

red 238 ◦ green 209 ◦ blue 91

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

Shades of Portica #EED15B

Tints of Portica #EED15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.91%

R = 44.24%
G = 38.85%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EED15B (or 0xEED15B) is known color: Portica. HEX triplet: EE, D1 and 5B. RGB value is (238,209,91). Sum of RGB (Red+Green+Blue) = 238+209+91=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EED15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED15B is #112EA4. Grayscale: #CCCCCC. Windows color (decimal): -1126053 or 6017518. OLE color: 6017518.

HSL color Cylindrical-coordinate representation of color #EED15B: hue angle of 48.16º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EED15B is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 209 91 -
CMYK 0 0.12 0.62 0.07
HSL 48.16º 0.81% 0.65% -
HSV(B) 48.16º 0.62% 0.93% -
XYZ 59.95 64.53 19.19 -
YUV 204.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 238 209 91 0 0.12 0.62 0.07 48.16 0.81 0.65
Hex EE D1 5B 0 C 3E 7 30 51 41
Octal 356 321 133 0 14 76 7 60 121 101
Binary 11101110 11010001 1011011 0 1100 111110 111 110000 1010001 1000001

Color Harmonies of #EED15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED15B

Black with #EED15B

Text Example


Text Example

White with #EED15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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