Html Css Color HEX #EED85B Portica

📋 copy color: '#EED85B'

red 238 ◦ green 216 ◦ blue 91

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

Shades of Portica #EED85B

Tints of Portica #EED85B

RGB

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

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

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

R = 43.67%
G = 39.63%
B = 16.7%

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

#EED85B (or 0xEED85B) is known color: Portica. HEX triplet: EE, D8 and 5B. RGB value is (238,216,91). Sum of RGB (Red+Green+Blue) = 238+216+91=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EED85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED85B is #1127A4. Grayscale: #D0D0D0. Windows color (decimal): -1124261 or 6019310. OLE color: 6019310.

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

Color convert

RGB 238 216 91 -
CMYK 0 0.09 0.62 0.07
HSL 51.02º 0.81% 0.65% -
HSV(B) 51.02º 0.62% 0.93% -
XYZ 61.7 68.04 19.78 -
YUV 208.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 238 216 91 0 0.09 0.62 0.07 51.02 0.81 0.65
Hex EE D8 5B 0 9 3E 7 33 51 41
Octal 356 330 133 0 11 76 7 63 121 101
Binary 11101110 11011000 1011011 0 1001 111110 111 110011 1010001 1000001

Color Harmonies of #EED85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED85B

Black with #EED85B

Text Example


Text Example

White with #EED85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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