Html Css Color HEX #EED961 Portica

📋 copy color: '#EED961'

red 238 ◦ green 217 ◦ blue 97

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

Shades of Portica #EED961

Tints of Portica #EED961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.57%

R = 43.12%
G = 39.31%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EED961 (or 0xEED961) is known color: Portica. HEX triplet: EE, D9 and 61. RGB value is (238,217,97). Sum of RGB (Red+Green+Blue) = 238+217+97=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EED961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED961 is #11269E. Grayscale: #D2D2D2. Windows color (decimal): -1123999 or 6412782. OLE color: 6412782.

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

Color convert

RGB 238 217 97 -
CMYK 0 0.09 0.59 0.07
HSL 51.06º 0.81% 0.66% -
HSV(B) 51.06º 0.59% 0.93% -
XYZ 62.23 68.67 21.28 -
YUV 209.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 238 217 97 0 0.09 0.59 0.07 51.06 0.81 0.66
Hex EE D9 61 0 9 3B 7 33 51 42
Octal 356 331 141 0 11 73 7 63 121 102
Binary 11101110 11011001 1100001 0 1001 111011 111 110011 1010001 1000010

Color Harmonies of #EED961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED961

Black with #EED961

Text Example


Text Example

White with #EED961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED961; }

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

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

background-color css

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

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

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

border-color css

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

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

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