Html Css Color HEX #EED255 Portica

📋 copy color: '#EED255'

red 238 ◦ green 210 ◦ blue 85

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

Shades of Portica #EED255

Tints of Portica #EED255

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.4%

 BLUE value IS 85 (33.59% from 255) = 15.95%

R = 44.65%
G = 39.4%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EED255 (or 0xEED255) is known color: Portica. HEX triplet: EE, D2 and 55. RGB value is (238,210,85). Sum of RGB (Red+Green+Blue) = 238+210+85=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EED255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED255 is #112DAA. Grayscale: #CCCCCC. Windows color (decimal): -1125803 or 5624558. OLE color: 5624558.

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

Color convert

RGB 238 210 85 -
CMYK 0 0.12 0.64 0.07
HSL 49.02º 0.82% 0.63% -
HSV(B) 49.02º 0.64% 0.93% -
XYZ 59.95 64.93 17.97 -
YUV 204.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 238 210 85 0 0.12 0.64 0.07 49.02 0.82 0.63
Hex EE D2 55 0 C 40 7 31 52 3F
Octal 356 322 125 0 14 100 7 61 122 77
Binary 11101110 11010010 1010101 0 1100 1000000 111 110001 1010010 111111

Color Harmonies of #EED255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED255

Black with #EED255

Text Example


Text Example

White with #EED255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED255; }

 p { color: rgb(238,210,85); }

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

background-color css

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

 a { background-color: rgb(238,210,85); }

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

border-color css

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

 span { border-color: rgb(238,210,85); }

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