Html Css Color HEX #EDCE52 Portica

📋 copy color: '#EDCE52'

red 237 ◦ green 206 ◦ blue 82

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

Shades of Portica #EDCE52

Tints of Portica #EDCE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.62%

R = 45.14%
G = 39.24%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDCE52 (or 0xEDCE52) is known color: Portica. HEX triplet: ED, CE and 52. RGB value is (237,206,82). Sum of RGB (Red+Green+Blue) = 237+206+82=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE52 is #1231AD. Grayscale: #C9C9C9. Windows color (decimal): -1192366 or 5426925. OLE color: 5426925.

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

Color convert

RGB 237 206 82 -
CMYK 0 0.13 0.65 0.07
HSL 48º 0.81% 0.63% -
HSV(B) 48º 0.65% 0.93% -
XYZ 58.52 62.76 17.01 -
YUV 201.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 237 206 82 0 0.13 0.65 0.07 48 0.81 0.63
Hex ED CE 52 0 D 41 7 30 51 3F
Octal 355 316 122 0 15 101 7 60 121 77
Binary 11101101 11001110 1010010 0 1101 1000001 111 110000 1010001 111111

Color Harmonies of #EDCE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE52

Black with #EDCE52

Text Example


Text Example

White with #EDCE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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