Html Css Color HEX #EED85A Portica

📋 copy color: '#EED85A'

red 238 ◦ green 216 ◦ blue 90

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

Shades of Portica #EED85A

Tints of Portica #EED85A

RGB

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

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

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

R = 43.75%
G = 39.71%
B = 16.54%

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

#EED85A (or 0xEED85A) is known color: Portica. HEX triplet: EE, D8 and 5A. RGB value is (238,216,90). Sum of RGB (Red+Green+Blue) = 238+216+90=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EED85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED85A is #1127A5. Grayscale: #D0D0D0. Windows color (decimal): -1124262 or 5953774. OLE color: 5953774.

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

Color convert

RGB 238 216 90 -
CMYK 0 0.09 0.62 0.07
HSL 51.08º 0.81% 0.64% -
HSV(B) 51.08º 0.62% 0.93% -
XYZ 61.66 68.03 19.55 -
YUV 208.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 238 216 90 0 0.09 0.62 0.07 51.08 0.81 0.64
Hex EE D8 5A 0 9 3E 7 33 51 40
Octal 356 330 132 0 11 76 7 63 121 100
Binary 11101110 11011000 1011010 0 1001 111110 111 110011 1010001 1000000

Color Harmonies of #EED85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED85A

Black with #EED85A

Text Example


Text Example

White with #EED85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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