Html Css Color HEX #EDE998 Portafino

📋 copy color: '#EDE998'

red 237 ◦ green 233 ◦ blue 152

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

Shades of Portafino #EDE998

Tints of Portafino #EDE998

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.46%

 BLUE value IS 152 (59.77% from 255) = 24.44%

R = 38.1%
G = 37.46%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDE998 (or 0xEDE998) is known color: Portafino. HEX triplet: ED, E9 and 98. RGB value is (237,233,152). Sum of RGB (Red+Green+Blue) = 237+233+152=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 152 (59.77% from 255 or 24.44% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE998 is #121667. Grayscale: #E1E1E1. Windows color (decimal): -1185384 or 10021357. OLE color: 10021357.

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

Color convert

RGB 237 233 152 -
CMYK 0 0.02 0.36 0.07
HSL 57.18º 0.7% 0.76% -
HSV(B) 57.18º 0.36% 0.93% -
XYZ 69.73 78.55 41.19 -
YUV 224.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 237 233 152 0 0.02 0.36 0.07 57.18 0.7 0.76
Hex ED E9 98 0 2 24 7 39 46 4C
Octal 355 351 230 0 2 44 7 71 106 114
Binary 11101101 11101001 10011000 0 10 100100 111 111001 1000110 1001100

Color Harmonies of #EDE998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE998

Black with #EDE998

Text Example


Text Example

White with #EDE998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE998; }

 p { color: rgb(237,233,152); }

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

background-color css

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

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

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

border-color css

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

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

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