Html Css Color HEX #EED757 Portica

📋 copy color: '#EED757'

red 238 ◦ green 215 ◦ blue 87

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

Shades of Portica #EED757

Tints of Portica #EED757

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.81%

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

R = 44.07%
G = 39.81%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EED757 (or 0xEED757) is known color: Portica. HEX triplet: EE, D7 and 57. RGB value is (238,215,87). Sum of RGB (Red+Green+Blue) = 238+215+87=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 87 (34.38% from 255 or 16.11% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EED757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED757 is #1128A8. Grayscale: #CFCFCF. Windows color (decimal): -1124521 or 5756910. OLE color: 5756910.

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

Color convert

RGB 238 215 87 -
CMYK 0 0.10 0.63 0.07
HSL 50.86º 0.82% 0.64% -
HSV(B) 50.86º 0.63% 0.93% -
XYZ 61.28 67.47 18.81 -
YUV 207.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 238 215 87 0 0.10 0.63 0.07 50.86 0.82 0.64
Hex EE D7 57 0 A 3F 7 33 52 40
Octal 356 327 127 0 12 77 7 63 122 100
Binary 11101110 11010111 1010111 0 1010 111111 111 110011 1010010 1000000

Color Harmonies of #EED757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED757

Black with #EED757

Text Example


Text Example

White with #EED757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED757; }

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

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

background-color css

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

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

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

border-color css

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

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

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