Html Css Color HEX #EDEC9A Portafino

📋 copy color: '#EDEC9A'

red 237 ◦ green 236 ◦ blue 154

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

Shades of Portafino #EDEC9A

Tints of Portafino #EDEC9A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.64%

 BLUE value IS 154 (60.55% from 255) = 24.56%

R = 37.8%
G = 37.64%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDEC9A (or 0xEDEC9A) is known color: Portafino. HEX triplet: ED, EC and 9A. RGB value is (237,236,154). Sum of RGB (Red+Green+Blue) = 237+236+154=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC9A is #121365. Grayscale: #E3E3E3. Windows color (decimal): -1184614 or 10153197. OLE color: 10153197.

HSL color Cylindrical-coordinate representation of color #EDEC9A: hue angle of 59.28º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDEC9A is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 154 -
CMYK 0 0.00 0.35 0.07
HSL 59.28º 0.7% 0.77% -
HSV(B) 59.28º 0.35% 0.93% -
XYZ 70.75 80.33 42.35 -
YUV 226.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 237 236 154 0 0.00 0.35 0.07 59.28 0.7 0.77
Hex ED EC 9A 0 0 23 7 3B 46 4D
Octal 355 354 232 0 0 43 7 73 106 115
Binary 11101101 11101100 10011010 0 0 100011 111 111011 1000110 1001101

Color Harmonies of #EDEC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC9A

Black with #EDEC9A

Text Example


Text Example

White with #EDEC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC9A; }

 p { color: rgb(237,236,154); }

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

background-color css

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

 a { background-color: rgb(237,236,154); }

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

border-color css

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

 span { border-color: rgb(237,236,154); }

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