Html Css Color HEX #EDED9A Portafino

📋 copy color: '#EDED9A'

red 237 ◦ green 237 ◦ blue 154

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

Shades of Portafino #EDED9A

Tints of Portafino #EDED9A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.74%

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

R = 37.74%
G = 37.74%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDED9A (or 0xEDED9A) is known color: Portafino. HEX triplet: ED, ED and 9A. RGB value is (237,237,154). Sum of RGB (Red+Green+Blue) = 237+237+154=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED9A is #121265. Grayscale: #E3E3E3. Windows color (decimal): -1184358 or 10153453. OLE color: 10153453.

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

Color convert

RGB 237 237 154 -
CMYK 0 0 0.35 0.07
HSL 60º 0.7% 0.77% -
HSV(B) 60º 0.35% 0.93% -
XYZ 71.04 80.91 42.44 -
YUV 227.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 237 237 154 0 0 0.35 0.07 60 0.7 0.77
Hex ED ED 9A 0 0 23 7 3C 46 4D
Octal 355 355 232 0 0 43 7 74 106 115
Binary 11101101 11101101 10011010 0 0 100011 111 111100 1000110 1001101

Color Harmonies of #EDED9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED9A

Black with #EDED9A

Text Example


Text Example

White with #EDED9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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