Html Css Color HEX #EDCE57 Portica

📋 copy color: '#EDCE57'

red 237 ◦ green 206 ◦ blue 87

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

Shades of Portica #EDCE57

Tints of Portica #EDCE57

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.87%

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

R = 44.72%
G = 38.87%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDCE57 (or 0xEDCE57) is known color: Portica. HEX triplet: ED, CE and 57. RGB value is (237,206,87). Sum of RGB (Red+Green+Blue) = 237+206+87=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 87 (34.38% from 255 or 16.42% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE57 is #1231A8. Grayscale: #CACACA. Windows color (decimal): -1192361 or 5754605. OLE color: 5754605.

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

Color convert

RGB 237 206 87 -
CMYK 0 0.13 0.63 0.07
HSL 47.6º 0.81% 0.64% -
HSV(B) 47.6º 0.63% 0.93% -
XYZ 58.72 62.84 18.05 -
YUV 201.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 237 206 87 0 0.13 0.63 0.07 47.6 0.81 0.64
Hex ED CE 57 0 D 3F 7 30 51 40
Octal 355 316 127 0 15 77 7 60 121 100
Binary 11101101 11001110 1010111 0 1101 111111 111 110000 1010001 1000000

Color Harmonies of #EDCE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE57

Black with #EDCE57

Text Example


Text Example

White with #EDCE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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