Html Css Color HEX #EED257 Portica

📋 copy color: '#EED257'

red 238 ◦ green 210 ◦ blue 87

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

Shades of Portica #EED257

Tints of Portica #EED257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.26%

R = 44.49%
G = 39.25%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EED257 (or 0xEED257) is known color: Portica. HEX triplet: EE, D2 and 57. RGB value is (238,210,87). Sum of RGB (Red+Green+Blue) = 238+210+87=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EED257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED257 is #112DA8. Grayscale: #CCCCCC. Windows color (decimal): -1125801 or 5755630. OLE color: 5755630.

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

Color convert

RGB 238 210 87 -
CMYK 0 0.12 0.63 0.07
HSL 48.87º 0.82% 0.64% -
HSV(B) 48.87º 0.63% 0.93% -
XYZ 60.03 64.96 18.39 -
YUV 204.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 238 210 87 0 0.12 0.63 0.07 48.87 0.82 0.64
Hex EE D2 57 0 C 3F 7 31 52 40
Octal 356 322 127 0 14 77 7 61 122 100
Binary 11101110 11010010 1010111 0 1100 111111 111 110001 1010010 1000000

Color Harmonies of #EED257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED257

Black with #EED257

Text Example


Text Example

White with #EED257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED257; }

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

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

background-color css

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

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

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

border-color css

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

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

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