Html Css Color HEX #EDCB5A Portica

📋 copy color: '#EDCB5A'

red 237 ◦ green 203 ◦ blue 90

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

Shades of Portica #EDCB5A

Tints of Portica #EDCB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.98%

R = 44.72%
G = 38.3%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDCB5A (or 0xEDCB5A) is known color: Portica. HEX triplet: ED, CB and 5A. RGB value is (237,203,90). Sum of RGB (Red+Green+Blue) = 237+203+90=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB5A is #1234A5. Grayscale: #C8C8C8. Windows color (decimal): -1193126 or 5950445. OLE color: 5950445.

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

Color convert

RGB 237 203 90 -
CMYK 0 0.14 0.62 0.07
HSL 46.12º 0.8% 0.64% -
HSV(B) 46.12º 0.62% 0.93% -
XYZ 58.13 61.45 18.47 -
YUV 200.28 65.76 154.19 -
System Red Green Blue C M Y K H S L
Decimal 237 203 90 0 0.14 0.62 0.07 46.12 0.8 0.64
Hex ED CB 5A 0 E 3E 7 2E 50 40
Octal 355 313 132 0 16 76 7 56 120 100
Binary 11101101 11001011 1011010 0 1110 111110 111 101110 1010000 1000000

Color Harmonies of #EDCB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB5A

Black with #EDCB5A

Text Example


Text Example

White with #EDCB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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