Html Css Color HEX #EAD298 Double Colonial White

📋 copy color: '#EAD298'

red 234 ◦ green 210 ◦ blue 152

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

Shades of Double Colonial White #EAD298

Tints of Double Colonial White #EAD298

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

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

R = 39.26%
G = 35.23%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAD298 (or 0xEAD298) is known color: Double Colonial White. HEX triplet: EA, D2 and 98. RGB value is (234,210,152). Sum of RGB (Red+Green+Blue) = 234+210+152=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD298 is #152D67. Grayscale: #D2D2D2. Windows color (decimal): -1387880 or 10015466. OLE color: 10015466.

HSL color Cylindrical-coordinate representation of color #EAD298: hue angle of 42.44º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAD298 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 152 -
CMYK 0 0.10 0.35 0.08
HSL 42.44º 0.66% 0.76% -
HSV(B) 42.44º 0.35% 0.92% -
XYZ 62.65 65.85 39.11 -
YUV 210.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 234 210 152 0 0.10 0.35 0.08 42.44 0.66 0.76
Hex EA D2 98 0 A 23 8 2A 42 4C
Octal 352 322 230 0 12 43 10 52 102 114
Binary 11101010 11010010 10011000 0 1010 100011 1000 101010 1000010 1001100

Color Harmonies of #EAD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD298

Black with #EAD298

Text Example


Text Example

White with #EAD298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD298; }

 p { color: rgb(234,210,152); }

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

background-color css

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

 a { background-color: rgb(234,210,152); }

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

border-color css

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

 span { border-color: rgb(234,210,152); }

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