Html Css Color HEX #EDCE5E Portica

📋 copy color: '#EDCE5E'

red 237 ◦ green 206 ◦ blue 94

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

Shades of Portica #EDCE5E

Tints of Portica #EDCE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.5%

R = 44.13%
G = 38.36%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDCE5E (or 0xEDCE5E) is known color: Portica. HEX triplet: ED, CE and 5E. RGB value is (237,206,94). Sum of RGB (Red+Green+Blue) = 237+206+94=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE5E is #1231A1. Grayscale: #CACACA. Windows color (decimal): -1192354 or 6213357. OLE color: 6213357.

HSL color Cylindrical-coordinate representation of color #EDCE5E: hue angle of 46.99º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDCE5E is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 94 -
CMYK 0 0.13 0.60 0.07
HSL 46.99º 0.8% 0.65% -
HSV(B) 46.99º 0.6% 0.93% -
XYZ 59.02 62.96 19.63 -
YUV 202.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 237 206 94 0 0.13 0.60 0.07 46.99 0.8 0.65
Hex ED CE 5E 0 D 3C 7 2F 50 41
Octal 355 316 136 0 15 74 7 57 120 101
Binary 11101101 11001110 1011110 0 1101 111100 111 101111 1010000 1000001

Color Harmonies of #EDCE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE5E

Black with #EDCE5E

Text Example


Text Example

White with #EDCE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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