Html Css Color HEX #EDD858 Portica

📋 copy color: '#EDD858'

red 237 ◦ green 216 ◦ blue 88

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

Shades of Portica #EDD858

Tints of Portica #EDD858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.93%

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

R = 43.81%
G = 39.93%
B = 16.27%

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

#EDD858 (or 0xEDD858) is known color: Portica. HEX triplet: ED, D8 and 58. RGB value is (237,216,88). Sum of RGB (Red+Green+Blue) = 237+216+88=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD858 is #1227A7. Grayscale: #D0D0D0. Windows color (decimal): -1189800 or 5822701. OLE color: 5822701.

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

Color convert

RGB 237 216 88 -
CMYK 0 0.09 0.63 0.07
HSL 51.54º 0.81% 0.64% -
HSV(B) 51.54º 0.63% 0.93% -
XYZ 61.24 67.82 19.1 -
YUV 207.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 237 216 88 0 0.09 0.63 0.07 51.54 0.81 0.64
Hex ED D8 58 0 9 3F 7 34 51 40
Octal 355 330 130 0 11 77 7 64 121 100
Binary 11101101 11011000 1011000 0 1001 111111 111 110100 1010001 1000000

Color Harmonies of #EDD858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD858

Black with #EDD858

Text Example


Text Example

White with #EDD858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD858; }

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

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

background-color css

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

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

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

border-color css

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

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

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