Html Css Color HEX #EDCC5C Portica

📋 copy color: '#EDCC5C'

red 237 ◦ green 204 ◦ blue 92

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

Shades of Portica #EDCC5C

Tints of Portica #EDCC5C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.27%

 BLUE value IS 92 (36.33% from 255) = 17.26%

R = 44.47%
G = 38.27%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDCC5C (or 0xEDCC5C) is known color: Portica. HEX triplet: ED, CC and 5C. RGB value is (237,204,92). Sum of RGB (Red+Green+Blue) = 237+204+92=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC5C is #1233A3. Grayscale: #C9C9C9. Windows color (decimal): -1192868 or 6081773. OLE color: 6081773.

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

Color convert

RGB 237 204 92 -
CMYK 0 0.14 0.61 0.07
HSL 46.34º 0.8% 0.65% -
HSV(B) 46.34º 0.61% 0.93% -
XYZ 58.45 61.96 19 -
YUV 201.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 237 204 92 0 0.14 0.61 0.07 46.34 0.8 0.65
Hex ED CC 5C 0 E 3D 7 2E 50 41
Octal 355 314 134 0 16 75 7 56 120 101
Binary 11101101 11001100 1011100 0 1110 111101 111 101110 1010000 1000001

Color Harmonies of #EDCC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC5C

Black with #EDCC5C

Text Example


Text Example

White with #EDCC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC5C; }

 p { color: rgb(237,204,92); }

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

background-color css

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

 a { background-color: rgb(237,204,92); }

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

border-color css

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

 span { border-color: rgb(237,204,92); }

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