Html Css Color HEX #EED359 Portica

📋 copy color: '#EED359'

red 238 ◦ green 211 ◦ blue 89

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

Shades of Portica #EED359

Tints of Portica #EED359

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.22%

 BLUE value IS 89 (35.16% from 255) = 16.54%

R = 44.24%
G = 39.22%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EED359 (or 0xEED359) is known color: Portica. HEX triplet: EE, D3 and 59. RGB value is (238,211,89). Sum of RGB (Red+Green+Blue) = 238+211+89=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 89 (35.16% from 255 or 16.54% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EED359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED359 is #112CA6. Grayscale: #CDCDCD. Windows color (decimal): -1125543 or 5886958. OLE color: 5886958.

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

Color convert

RGB 238 211 89 -
CMYK 0 0.11 0.63 0.07
HSL 49.13º 0.81% 0.64% -
HSV(B) 49.13º 0.63% 0.93% -
XYZ 60.36 65.49 18.91 -
YUV 205.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 238 211 89 0 0.11 0.63 0.07 49.13 0.81 0.64
Hex EE D3 59 0 B 3F 7 31 51 40
Octal 356 323 131 0 13 77 7 61 121 100
Binary 11101110 11010011 1011001 0 1011 111111 111 110001 1010001 1000000

Color Harmonies of #EED359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED359

Black with #EED359

Text Example


Text Example

White with #EED359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED359; }

 p { color: rgb(238,211,89); }

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

background-color css

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

 a { background-color: rgb(238,211,89); }

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

border-color css

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

 span { border-color: rgb(238,211,89); }

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