Html Css Color HEX #EDD15D Portica

📋 copy color: '#EDD15D'

red 237 ◦ green 209 ◦ blue 93

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

Shades of Portica #EDD15D

Tints of Portica #EDD15D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.78%

 BLUE value IS 93 (36.72% from 255) = 17.25%

R = 43.97%
G = 38.78%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDD15D (or 0xEDD15D) is known color: Portica. HEX triplet: ED, D1 and 5D. RGB value is (237,209,93). Sum of RGB (Red+Green+Blue) = 237+209+93=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD15D is #122EA2. Grayscale: #CCCCCC. Windows color (decimal): -1191587 or 6148589. OLE color: 6148589.

HSL color Cylindrical-coordinate representation of color #EDD15D: hue angle of 48.33º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDD15D is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 93 -
CMYK 0 0.12 0.61 0.07
HSL 48.33º 0.8% 0.65% -
HSV(B) 48.33º 0.61% 0.93% -
XYZ 59.7 64.4 19.64 -
YUV 204.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 237 209 93 0 0.12 0.61 0.07 48.33 0.8 0.65
Hex ED D1 5D 0 C 3D 7 30 50 41
Octal 355 321 135 0 14 75 7 60 120 101
Binary 11101101 11010001 1011101 0 1100 111101 111 110000 1010000 1000001

Color Harmonies of #EDD15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD15D

Black with #EDD15D

Text Example


Text Example

White with #EDD15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD15D; }

 p { color: rgb(237,209,93); }

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

background-color css

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

 a { background-color: rgb(237,209,93); }

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

border-color css

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

 span { border-color: rgb(237,209,93); }

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