Html Css Color HEX #EDCC55 Portica

📋 copy color: '#EDCC55'

red 237 ◦ green 204 ◦ blue 85

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

Shades of Portica #EDCC55

Tints of Portica #EDCC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.16%

R = 45.06%
G = 38.78%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDCC55 (or 0xEDCC55) is known color: Portica. HEX triplet: ED, CC and 55. RGB value is (237,204,85). Sum of RGB (Red+Green+Blue) = 237+204+85=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC55 is #1233AA. Grayscale: #C8C8C8. Windows color (decimal): -1192875 or 5623021. OLE color: 5623021.

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

Color convert

RGB 237 204 85 -
CMYK 0 0.14 0.64 0.07
HSL 46.97º 0.81% 0.63% -
HSV(B) 46.97º 0.64% 0.93% -
XYZ 58.16 61.85 17.47 -
YUV 200.3 62.93 154.18 -
System Red Green Blue C M Y K H S L
Decimal 237 204 85 0 0.14 0.64 0.07 46.97 0.81 0.63
Hex ED CC 55 0 E 40 7 2F 51 3F
Octal 355 314 125 0 16 100 7 57 121 77
Binary 11101101 11001100 1010101 0 1110 1000000 111 101111 1010001 111111

Color Harmonies of #EDCC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC55

Black with #EDCC55

Text Example


Text Example

White with #EDCC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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