Html Css Color HEX #EED95A Portica

📋 copy color: '#EED95A'

red 238 ◦ green 217 ◦ blue 90

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

Shades of Portica #EED95A

Tints of Portica #EED95A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.82%

 BLUE value IS 90 (35.55% from 255) = 16.51%

R = 43.67%
G = 39.82%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EED95A (or 0xEED95A) is known color: Portica. HEX triplet: EE, D9 and 5A. RGB value is (238,217,90). Sum of RGB (Red+Green+Blue) = 238+217+90=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EED95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED95A is #1126A5. Grayscale: #D1D1D1. Windows color (decimal): -1124006 or 5954030. OLE color: 5954030.

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

Color convert

RGB 238 217 90 -
CMYK 0 0.09 0.62 0.07
HSL 51.49º 0.81% 0.64% -
HSV(B) 51.49º 0.62% 0.93% -
XYZ 61.92 68.54 19.64 -
YUV 208.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 238 217 90 0 0.09 0.62 0.07 51.49 0.81 0.64
Hex EE D9 5A 0 9 3E 7 33 51 40
Octal 356 331 132 0 11 76 7 63 121 100
Binary 11101110 11011001 1011010 0 1001 111110 111 110011 1010001 1000000

Color Harmonies of #EED95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED95A

Black with #EED95A

Text Example


Text Example

White with #EED95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED95A; }

 p { color: rgb(238,217,90); }

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

background-color css

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

 a { background-color: rgb(238,217,90); }

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

border-color css

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

 span { border-color: rgb(238,217,90); }

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