Html Css Color HEX #EED758 Portica

📋 copy color: '#EED758'

red 238 ◦ green 215 ◦ blue 88

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

Shades of Portica #EED758

Tints of Portica #EED758

RGB

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

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

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

R = 43.99%
G = 39.74%
B = 16.27%

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

#EED758 (or 0xEED758) is known color: Portica. HEX triplet: EE, D7 and 58. RGB value is (238,215,88). Sum of RGB (Red+Green+Blue) = 238+215+88=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EED758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED758 is #1128A7. Grayscale: #CFCFCF. Windows color (decimal): -1124520 or 5822446. OLE color: 5822446.

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

Color convert

RGB 238 215 88 -
CMYK 0 0.10 0.63 0.07
HSL 50.8º 0.82% 0.64% -
HSV(B) 50.8º 0.63% 0.93% -
XYZ 61.32 67.48 19.03 -
YUV 207.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 238 215 88 0 0.10 0.63 0.07 50.8 0.82 0.64
Hex EE D7 58 0 A 3F 7 33 52 40
Octal 356 327 130 0 12 77 7 63 122 100
Binary 11101110 11010111 1011000 0 1010 111111 111 110011 1010010 1000000

Color Harmonies of #EED758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED758

Black with #EED758

Text Example


Text Example

White with #EED758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED758; }

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

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

background-color css

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

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

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

border-color css

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

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

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