Html Css Color HEX #EDD957 Portica

📋 copy color: '#EDD957'

red 237 ◦ green 217 ◦ blue 87

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

Shades of Portica #EDD957

Tints of Portica #EDD957

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.11%

 BLUE value IS 87 (34.38% from 255) = 16.08%

R = 43.81%
G = 40.11%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDD957 (or 0xEDD957) is known color: Portica. HEX triplet: ED, D9 and 57. RGB value is (237,217,87). Sum of RGB (Red+Green+Blue) = 237+217+87=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 87 (34.38% from 255 or 16.08% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD957 is #1226A8. Grayscale: #D0D0D0. Windows color (decimal): -1189545 or 5757421. OLE color: 5757421.

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

Color convert

RGB 237 217 87 -
CMYK 0 0.08 0.63 0.07
HSL 52º 0.81% 0.64% -
HSV(B) 52º 0.63% 0.93% -
XYZ 61.46 68.32 18.96 -
YUV 208.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 237 217 87 0 0.08 0.63 0.07 52 0.81 0.64
Hex ED D9 57 0 8 3F 7 34 51 40
Octal 355 331 127 0 10 77 7 64 121 100
Binary 11101101 11011001 1010111 0 1000 111111 111 110100 1010001 1000000

Color Harmonies of #EDD957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD957

Black with #EDD957

Text Example


Text Example

White with #EDD957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD957; }

 p { color: rgb(237,217,87); }

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

background-color css

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

 a { background-color: rgb(237,217,87); }

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

border-color css

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

 span { border-color: rgb(237,217,87); }

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