Html Css Color HEX #EED358 Portica

📋 copy color: '#EED358'

red 238 ◦ green 211 ◦ blue 88

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

Shades of Portica #EED358

Tints of Portica #EED358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.39%

R = 44.32%
G = 39.29%
B = 16.39%

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

#EED358 (or 0xEED358) is known color: Portica. HEX triplet: EE, D3 and 58. RGB value is (238,211,88). Sum of RGB (Red+Green+Blue) = 238+211+88=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EED358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED358 is #112CA7. Grayscale: #CDCDCD. Windows color (decimal): -1125544 or 5821422. OLE color: 5821422.

HSL color Cylindrical-coordinate representation of color #EED358: hue angle of 49.2º degrees, saturation: 0.82, 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 #EED358 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 211 88 -
CMYK 0 0.11 0.63 0.07
HSL 49.2º 0.82% 0.64% -
HSV(B) 49.2º 0.63% 0.93% -
XYZ 60.32 65.47 18.69 -
YUV 205.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 238 211 88 0 0.11 0.63 0.07 49.2 0.82 0.64
Hex EE D3 58 0 B 3F 7 31 52 40
Octal 356 323 130 0 13 77 7 61 122 100
Binary 11101110 11010011 1011000 0 1011 111111 111 110001 1010010 1000000

Color Harmonies of #EED358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED358

Black with #EED358

Text Example


Text Example

White with #EED358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED358; }

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

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

background-color css

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

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

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

border-color css

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

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

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