Html Css Color HEX #EACF90 Double Colonial White

📋 copy color: '#EACF90'

red 234 ◦ green 207 ◦ blue 144

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

Shades of Double Colonial White #EACF90

Tints of Double Colonial White #EACF90

RGB

 RED value IS 234 (91.8% from 255) = 40%

 GREEN value IS 207 (81.25% from 255) = 35.38%

 BLUE value IS 144 (56.64% from 255) = 24.62%

R = 40%
G = 35.38%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EACF90 (or 0xEACF90) is known color: Double Colonial White. HEX triplet: EA, CF and 90. RGB value is (234,207,144). Sum of RGB (Red+Green+Blue) = 234+207+144=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF90 is #15306F. Grayscale: #D0D0D0. Windows color (decimal): -1388656 or 9490410. OLE color: 9490410.

HSL color Cylindrical-coordinate representation of color #EACF90: hue angle of 42º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EACF90 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 207 144 -
CMYK 0 0.12 0.38 0.08
HSL 42º 0.68% 0.74% -
HSV(B) 42º 0.38% 0.92% -
XYZ 61.28 64.13 35.53 -
YUV 207.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 234 207 144 0 0.12 0.38 0.08 42 0.68 0.74
Hex EA CF 90 0 C 26 8 2A 44 4A
Octal 352 317 220 0 14 46 10 52 104 112
Binary 11101010 11001111 10010000 0 1100 100110 1000 101010 1000100 1001010

Color Harmonies of #EACF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF90

Black with #EACF90

Text Example


Text Example

White with #EACF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF90; }

 p { color: rgb(234,207,144); }

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

background-color css

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

 a { background-color: rgb(234,207,144); }

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

border-color css

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

 span { border-color: rgb(234,207,144); }

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