Html Css Color HEX #EDD757 Portica

📋 copy color: '#EDD757'

red 237 ◦ green 215 ◦ blue 87

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

Shades of Portica #EDD757

Tints of Portica #EDD757

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.89%

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

R = 43.97%
G = 39.89%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDD757 (or 0xEDD757) is known color: Portica. HEX triplet: ED, D7 and 57. RGB value is (237,215,87). Sum of RGB (Red+Green+Blue) = 237+215+87=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 87 (34.38% from 255 or 16.14% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD757 is #1228A8. Grayscale: #CFCFCF. Windows color (decimal): -1190057 or 5756909. OLE color: 5756909.

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

Color convert

RGB 237 215 87 -
CMYK 0 0.09 0.63 0.07
HSL 51.2º 0.81% 0.64% -
HSV(B) 51.2º 0.63% 0.93% -
XYZ 60.95 67.29 18.79 -
YUV 206.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 237 215 87 0 0.09 0.63 0.07 51.2 0.81 0.64
Hex ED D7 57 0 9 3F 7 33 51 40
Octal 355 327 127 0 11 77 7 63 121 100
Binary 11101101 11010111 1010111 0 1001 111111 111 110011 1010001 1000000

Color Harmonies of #EDD757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD757

Black with #EDD757

Text Example


Text Example

White with #EDD757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD757; }

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

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

background-color css

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

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

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

border-color css

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

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

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