Html Css Color HEX #EDDC57 Portica

📋 copy color: '#EDDC57'

red 237 ◦ green 220 ◦ blue 87

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

Shades of Portica #EDDC57

Tints of Portica #EDDC57

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

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

R = 43.57%
G = 40.44%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDDC57 (or 0xEDDC57) is known color: Portica. HEX triplet: ED, DC and 57. RGB value is (237,220,87). Sum of RGB (Red+Green+Blue) = 237+220+87=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 87 (34.38% from 255 or 15.99% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC57 is #1223A8. Grayscale: #D2D2D2. Windows color (decimal): -1188777 or 5758189. OLE color: 5758189.

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

Color convert

RGB 237 220 87 -
CMYK 0 0.07 0.63 0.07
HSL 53.2º 0.81% 0.64% -
HSV(B) 53.2º 0.63% 0.93% -
XYZ 62.24 69.88 19.22 -
YUV 209.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 237 220 87 0 0.07 0.63 0.07 53.2 0.81 0.64
Hex ED DC 57 0 7 3F 7 35 51 40
Octal 355 334 127 0 7 77 7 65 121 100
Binary 11101101 11011100 1010111 0 111 111111 111 110101 1010001 1000000

Color Harmonies of #EDDC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC57

Black with #EDDC57

Text Example


Text Example

White with #EDDC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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