Html Css Color HEX #ECDF98 Primrose

📋 copy color: '#ECDF98'

red 236 ◦ green 223 ◦ blue 152

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

Shades of Primrose #ECDF98

Tints of Primrose #ECDF98

RGB

 RED value IS 236 (92.58% from 255) = 38.63%

 GREEN value IS 223 (87.5% from 255) = 36.5%

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

R = 38.63%
G = 36.5%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECDF98 (or 0xECDF98) is known color: Primrose. HEX triplet: EC, DF and 98. RGB value is (236,223,152). Sum of RGB (Red+Green+Blue) = 236+223+152=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF98 is #132067. Grayscale: #DBDBDB. Windows color (decimal): -1253480 or 10018796. OLE color: 10018796.

HSL color Cylindrical-coordinate representation of color #ECDF98: hue angle of 50.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECDF98 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 223 152 -
CMYK 0 0.06 0.36 0.07
HSL 50.71º 0.69% 0.76% -
HSV(B) 50.71º 0.36% 0.93% -
XYZ 66.65 72.88 40.26 -
YUV 218.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 236 223 152 0 0.06 0.36 0.07 50.71 0.69 0.76
Hex EC DF 98 0 6 24 7 33 45 4C
Octal 354 337 230 0 6 44 7 63 105 114
Binary 11101100 11011111 10011000 0 110 100100 111 110011 1000101 1001100

Color Harmonies of #ECDF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF98

Black with #ECDF98

Text Example


Text Example

White with #ECDF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF98; }

 p { color: rgb(236,223,152); }

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

background-color css

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

 a { background-color: rgb(236,223,152); }

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

border-color css

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

 span { border-color: rgb(236,223,152); }

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