Html Css Color HEX #EDD758 Portica

📋 copy color: '#EDD758'

red 237 ◦ green 215 ◦ blue 88

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

Shades of Portica #EDD758

Tints of Portica #EDD758

RGB

 RED value IS 237 (92.97% from 255) = 43.89%

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

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

R = 43.89%
G = 39.81%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDD758 (or 0xEDD758) is known color: Portica. HEX triplet: ED, D7 and 58. RGB value is (237,215,88). Sum of RGB (Red+Green+Blue) = 237+215+88=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 88 (34.77% from 255 or 16.30% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD758 is #1228A7. Grayscale: #CFCFCF. Windows color (decimal): -1190056 or 5822445. OLE color: 5822445.

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

Color convert

RGB 237 215 88 -
CMYK 0 0.09 0.63 0.07
HSL 51.14º 0.81% 0.64% -
HSV(B) 51.14º 0.63% 0.93% -
XYZ 60.99 67.31 19.01 -
YUV 207.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 237 215 88 0 0.09 0.63 0.07 51.14 0.81 0.64
Hex ED D7 58 0 9 3F 7 33 51 40
Octal 355 327 130 0 11 77 7 63 121 100
Binary 11101101 11010111 1011000 0 1001 111111 111 110011 1010001 1000000

Color Harmonies of #EDD758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD758

Black with #EDD758

Text Example


Text Example

White with #EDD758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD758; }

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

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

background-color css

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

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

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

border-color css

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

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

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