Html Css Color HEX #EDCD57 Portica

📋 copy color: '#EDCD57'

red 237 ◦ green 205 ◦ blue 87

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

Shades of Portica #EDCD57

Tints of Portica #EDCD57

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.75%

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

R = 44.8%
G = 38.75%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDCD57 (or 0xEDCD57) is known color: Portica. HEX triplet: ED, CD and 57. RGB value is (237,205,87). Sum of RGB (Red+Green+Blue) = 237+205+87=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD57 is #1232A8. Grayscale: #C9C9C9. Windows color (decimal): -1192617 or 5754349. OLE color: 5754349.

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

Color convert

RGB 237 205 87 -
CMYK 0 0.14 0.63 0.07
HSL 47.2º 0.81% 0.64% -
HSV(B) 47.2º 0.63% 0.93% -
XYZ 58.48 62.36 17.97 -
YUV 201.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 237 205 87 0 0.14 0.63 0.07 47.2 0.81 0.64
Hex ED CD 57 0 E 3F 7 2F 51 40
Octal 355 315 127 0 16 77 7 57 121 100
Binary 11101101 11001101 1010111 0 1110 111111 111 101111 1010001 1000000

Color Harmonies of #EDCD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD57

Black with #EDCD57

Text Example


Text Example

White with #EDCD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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