Html Css Color HEX #EDCE58 Portica

📋 copy color: '#EDCE58'

red 237 ◦ green 206 ◦ blue 88

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

Shades of Portica #EDCE58

Tints of Portica #EDCE58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.57%

R = 44.63%
G = 38.79%
B = 16.57%

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

#EDCE58 (or 0xEDCE58) is known color: Portica. HEX triplet: ED, CE and 58. RGB value is (237,206,88). Sum of RGB (Red+Green+Blue) = 237+206+88=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE58 is #1231A7. Grayscale: #CACACA. Windows color (decimal): -1192360 or 5820141. OLE color: 5820141.

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

Color convert

RGB 237 206 88 -
CMYK 0 0.13 0.63 0.07
HSL 47.52º 0.81% 0.64% -
HSV(B) 47.52º 0.63% 0.93% -
XYZ 58.76 62.85 18.27 -
YUV 201.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 237 206 88 0 0.13 0.63 0.07 47.52 0.81 0.64
Hex ED CE 58 0 D 3F 7 30 51 40
Octal 355 316 130 0 15 77 7 60 121 100
Binary 11101101 11001110 1011000 0 1101 111111 111 110000 1010001 1000000

Color Harmonies of #EDCE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE58

Black with #EDCE58

Text Example


Text Example

White with #EDCE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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