Html Css Color HEX #EDF09D Portafino

📋 copy color: '#EDF09D'

red 237 ◦ green 240 ◦ blue 157

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

Shades of Portafino #EDF09D

Tints of Portafino #EDF09D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.85%

 BLUE value IS 157 (61.72% from 255) = 24.76%

R = 37.38%
G = 37.85%
B = 24.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EDF09D (or 0xEDF09D) is known color: Portafino. HEX triplet: ED, F0 and 9D. RGB value is (237,240,157). Sum of RGB (Red+Green+Blue) = 237+240+157=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 157 (61.72% from 255 or 24.76% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF09D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF09D is #120F62. Grayscale: #E5E5E5. Windows color (decimal): -1183587 or 10350829. OLE color: 10350829.

HSL color Cylindrical-coordinate representation of color #EDF09D: hue angle of 62.17º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDF09D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 157 -
CMYK 0.01 0 0.35 0.06
HSL 62.17º 0.73% 0.78% -
HSV(B) 62.17º 0.35% 0.94% -
XYZ 72.17 82.76 44.07 -
YUV 229.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 237 240 157 0.01 0 0.35 0.06 62.17 0.73 0.78
Hex ED F0 9D 1 0 23 6 3E 49 4E
Octal 355 360 235 1 0 43 6 76 111 116
Binary 11101101 11110000 10011101 1 0 100011 110 111110 1001001 1001110

Color Harmonies of #EDF09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF09D

Black with #EDF09D

Text Example


Text Example

White with #EDF09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF09D; }

 p { color: rgb(237,240,157); }

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

background-color css

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

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

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

border-color css

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

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

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