Html Css Color HEX #EDF6B4 Chiffon

📋 copy color: '#EDF6B4'

red 237 ◦ green 246 ◦ blue 180

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

Shades of Chiffon #EDF6B4

Tints of Chiffon #EDF6B4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.1%

 BLUE value IS 180 (70.7% from 255) = 27.15%

R = 35.75%
G = 37.1%
B = 27.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#EDF6B4 (or 0xEDF6B4) is known color: Chiffon. HEX triplet: ED, F6 and B4. RGB value is (237,246,180). Sum of RGB (Red+Green+Blue) = 237+246+180=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 180 (70.70% from 255 or 27.15% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6B4 is #12094B. Grayscale: #ECECEC. Windows color (decimal): -1182028 or 11859693. OLE color: 11859693.

HSL color Cylindrical-coordinate representation of color #EDF6B4: hue angle of 68.18º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDF6B4 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 180 -
CMYK 0.04 0 0.27 0.04
HSL 68.18º 0.79% 0.84% -
HSV(B) 68.18º 0.27% 0.96% -
XYZ 76.12 87.21 56 -
YUV 235.79 96.52 128.87 -
System Red Green Blue C M Y K H S L
Decimal 237 246 180 0.04 0 0.27 0.04 68.18 0.79 0.84
Hex ED F6 B4 4 0 1B 4 44 4F 54
Octal 355 366 264 4 0 33 4 104 117 124
Binary 11101101 11110110 10110100 100 0 11011 100 1000100 1001111 1010100

Color Harmonies of #EDF6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6B4

Black with #EDF6B4

Text Example


Text Example

White with #EDF6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6B4; }

 p { color: rgb(237,246,180); }

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

background-color css

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

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

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

border-color css

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

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

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