Html Css Color HEX #EDD058 Portica

📋 copy color: '#EDD058'

red 237 ◦ green 208 ◦ blue 88

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

Shades of Portica #EDD058

Tints of Portica #EDD058

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.02%

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

R = 44.47%
G = 39.02%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDD058 (or 0xEDD058) is known color: Portica. HEX triplet: ED, D0 and 58. RGB value is (237,208,88). Sum of RGB (Red+Green+Blue) = 237+208+88=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD058 is #122FA7. Grayscale: #CBCBCB. Windows color (decimal): -1191848 or 5820653. OLE color: 5820653.

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

Color convert

RGB 237 208 88 -
CMYK 0 0.12 0.63 0.07
HSL 48.32º 0.81% 0.64% -
HSV(B) 48.32º 0.63% 0.93% -
XYZ 59.24 63.82 18.43 -
YUV 202.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 237 208 88 0 0.12 0.63 0.07 48.32 0.81 0.64
Hex ED D0 58 0 C 3F 7 30 51 40
Octal 355 320 130 0 14 77 7 60 121 100
Binary 11101101 11010000 1011000 0 1100 111111 111 110000 1010001 1000000

Color Harmonies of #EDD058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD058

Black with #EDD058

Text Example


Text Example

White with #EDD058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD058; }

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

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

background-color css

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

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

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

border-color css

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

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

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