Html Css Color HEX #EDD558 Portica

📋 copy color: '#EDD558'

red 237 ◦ green 213 ◦ blue 88

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

Shades of Portica #EDD558

Tints of Portica #EDD558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.59%

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

R = 44.05%
G = 39.59%
B = 16.36%

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

#EDD558 (or 0xEDD558) is known color: Portica. HEX triplet: ED, D5 and 58. RGB value is (237,213,88). Sum of RGB (Red+Green+Blue) = 237+213+88=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD558 is #122AA7. Grayscale: #CECECE. Windows color (decimal): -1190568 or 5821933. OLE color: 5821933.

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

Color convert

RGB 237 213 88 -
CMYK 0 0.10 0.63 0.07
HSL 50.34º 0.81% 0.64% -
HSV(B) 50.34º 0.63% 0.93% -
XYZ 60.48 66.3 18.84 -
YUV 205.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 237 213 88 0 0.10 0.63 0.07 50.34 0.81 0.64
Hex ED D5 58 0 A 3F 7 32 51 40
Octal 355 325 130 0 12 77 7 62 121 100
Binary 11101101 11010101 1011000 0 1010 111111 111 110010 1010001 1000000

Color Harmonies of #EDD558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD558

Black with #EDD558

Text Example


Text Example

White with #EDD558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD558; }

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

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

background-color css

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

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

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

border-color css

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

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

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