Html Css Color HEX #EDD958 Portica

📋 copy color: '#EDD958'

red 237 ◦ green 217 ◦ blue 88

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

Shades of Portica #EDD958

Tints of Portica #EDD958

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.04%

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

R = 43.73%
G = 40.04%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDD958 (or 0xEDD958) is known color: Portica. HEX triplet: ED, D9 and 58. RGB value is (237,217,88). Sum of RGB (Red+Green+Blue) = 237+217+88=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 88 (34.77% from 255 or 16.24% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD958 is #1226A7. Grayscale: #D0D0D0. Windows color (decimal): -1189544 or 5822957. OLE color: 5822957.

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

Color convert

RGB 237 217 88 -
CMYK 0 0.08 0.63 0.07
HSL 51.95º 0.81% 0.64% -
HSV(B) 51.95º 0.63% 0.93% -
XYZ 61.5 68.33 19.18 -
YUV 208.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 237 217 88 0 0.08 0.63 0.07 51.95 0.81 0.64
Hex ED D9 58 0 8 3F 7 34 51 40
Octal 355 331 130 0 10 77 7 64 121 100
Binary 11101101 11011001 1011000 0 1000 111111 111 110100 1010001 1000000

Color Harmonies of #EDD958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD958

Black with #EDD958

Text Example


Text Example

White with #EDD958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD958; }

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

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

background-color css

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

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

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

border-color css

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

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

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