Html Css Color HEX #EDCB57 Portica

📋 copy color: '#EDCB57'

red 237 ◦ green 203 ◦ blue 87

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

Shades of Portica #EDCB57

Tints of Portica #EDCB57

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.52%

 BLUE value IS 87 (34.38% from 255) = 16.51%

R = 44.97%
G = 38.52%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDCB57 (or 0xEDCB57) is known color: Portica. HEX triplet: ED, CB and 57. RGB value is (237,203,87). Sum of RGB (Red+Green+Blue) = 237+203+87=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB57 is #1234A8. Grayscale: #C8C8C8. Windows color (decimal): -1193129 or 5753837. OLE color: 5753837.

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

Color convert

RGB 237 203 87 -
CMYK 0 0.14 0.63 0.07
HSL 46.4º 0.81% 0.64% -
HSV(B) 46.4º 0.63% 0.93% -
XYZ 58 61.4 17.81 -
YUV 199.94 64.26 154.43 -
System Red Green Blue C M Y K H S L
Decimal 237 203 87 0 0.14 0.63 0.07 46.4 0.81 0.64
Hex ED CB 57 0 E 3F 7 2E 51 40
Octal 355 313 127 0 16 77 7 56 121 100
Binary 11101101 11001011 1010111 0 1110 111111 111 101110 1010001 1000000

Color Harmonies of #EDCB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB57

Black with #EDCB57

Text Example


Text Example

White with #EDCB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB57; }

 p { color: rgb(237,203,87); }

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

background-color css

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

 a { background-color: rgb(237,203,87); }

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

border-color css

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

 span { border-color: rgb(237,203,87); }

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