Html Css Color HEX #EDE79A Portafino

📋 copy color: '#EDE79A'

red 237 ◦ green 231 ◦ blue 154

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

Shades of Portafino #EDE79A

Tints of Portafino #EDE79A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.14%

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

R = 38.1%
G = 37.14%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDE79A (or 0xEDE79A) is known color: Portafino. HEX triplet: ED, E7 and 9A. RGB value is (237,231,154). Sum of RGB (Red+Green+Blue) = 237+231+154=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE79A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE79A is #121865. Grayscale: #E0E0E0. Windows color (decimal): -1185894 or 10151917. OLE color: 10151917.

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

Color convert

RGB 237 231 154 -
CMYK 0 0.03 0.35 0.07
HSL 55.66º 0.7% 0.77% -
HSV(B) 55.66º 0.35% 0.93% -
XYZ 69.33 77.49 41.87 -
YUV 224.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 237 231 154 0 0.03 0.35 0.07 55.66 0.7 0.77
Hex ED E7 9A 0 3 23 7 38 46 4D
Octal 355 347 232 0 3 43 7 70 106 115
Binary 11101101 11100111 10011010 0 11 100011 111 111000 1000110 1001101

Color Harmonies of #EDE79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE79A

Black with #EDE79A

Text Example


Text Example

White with #EDE79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE79A; }

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

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

background-color css

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

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

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

border-color css

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

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

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