Html Css Color HEX #EDE69B Portafino

📋 copy color: '#EDE69B'

red 237 ◦ green 230 ◦ blue 155

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

Shades of Portafino #EDE69B

Tints of Portafino #EDE69B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.98%

 BLUE value IS 155 (60.94% from 255) = 24.92%

R = 38.1%
G = 36.98%
B = 24.92%

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

#EDE69B (or 0xEDE69B) is known color: Portafino. HEX triplet: ED, E6 and 9B. RGB value is (237,230,155). Sum of RGB (Red+Green+Blue) = 237+230+155=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE69B is #121964. Grayscale: #DFDFDF. Windows color (decimal): -1186149 or 10217197. OLE color: 10217197.

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

Color convert

RGB 237 230 155 -
CMYK 0 0.03 0.35 0.07
HSL 54.88º 0.69% 0.77% -
HSV(B) 54.88º 0.35% 0.93% -
XYZ 69.14 76.96 42.22 -
YUV 223.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 237 230 155 0 0.03 0.35 0.07 54.88 0.69 0.77
Hex ED E6 9B 0 3 23 7 37 45 4D
Octal 355 346 233 0 3 43 7 67 105 115
Binary 11101101 11100110 10011011 0 11 100011 111 110111 1000101 1001101

Color Harmonies of #EDE69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE69B

Black with #EDE69B

Text Example


Text Example

White with #EDE69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE69B; }

 p { color: rgb(237,230,155); }

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

background-color css

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

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

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

border-color css

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

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

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