Html Css Color HEX #EDD15F Portica

📋 copy color: '#EDD15F'

red 237 ◦ green 209 ◦ blue 95

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

Shades of Portica #EDD15F

Tints of Portica #EDD15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.56%

R = 43.81%
G = 38.63%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDD15F (or 0xEDD15F) is known color: Portica. HEX triplet: ED, D1 and 5F. RGB value is (237,209,95). Sum of RGB (Red+Green+Blue) = 237+209+95=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD15F is #122EA0. Grayscale: #CCCCCC. Windows color (decimal): -1191585 or 6279661. OLE color: 6279661.

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

Color convert

RGB 237 209 95 -
CMYK 0 0.12 0.60 0.07
HSL 48.17º 0.8% 0.65% -
HSV(B) 48.17º 0.6% 0.93% -
XYZ 59.79 64.43 20.11 -
YUV 204.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 237 209 95 0 0.12 0.60 0.07 48.17 0.8 0.65
Hex ED D1 5F 0 C 3C 7 30 50 41
Octal 355 321 137 0 14 74 7 60 120 101
Binary 11101101 11010001 1011111 0 1100 111100 111 110000 1010000 1000001

Color Harmonies of #EDD15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD15F

Black with #EDD15F

Text Example


Text Example

White with #EDD15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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