Html Css Color HEX #EED760 Portica

📋 copy color: '#EED760'

red 238 ◦ green 215 ◦ blue 96

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

Shades of Portica #EED760

Tints of Portica #EED760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.16%

 BLUE value IS 96 (37.89% from 255) = 17.49%

R = 43.35%
G = 39.16%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EED760 (or 0xEED760) is known color: Portica. HEX triplet: EE, D7 and 60. RGB value is (238,215,96). Sum of RGB (Red+Green+Blue) = 238+215+96=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EED760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED760 is #11289F. Grayscale: #D0D0D0. Windows color (decimal): -1124512 or 6346734. OLE color: 6346734.

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

Color convert

RGB 238 215 96 -
CMYK 0 0.10 0.60 0.07
HSL 50.28º 0.81% 0.65% -
HSV(B) 50.28º 0.6% 0.93% -
XYZ 61.67 67.62 20.87 -
YUV 208.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 238 215 96 0 0.10 0.60 0.07 50.28 0.81 0.65
Hex EE D7 60 0 A 3C 7 32 51 41
Octal 356 327 140 0 12 74 7 62 121 101
Binary 11101110 11010111 1100000 0 1010 111100 111 110010 1010001 1000001

Color Harmonies of #EED760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED760

Black with #EED760

Text Example


Text Example

White with #EED760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED760; }

 p { color: rgb(238,215,96); }

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

background-color css

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

 a { background-color: rgb(238,215,96); }

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

border-color css

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

 span { border-color: rgb(238,215,96); }

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