Html Css Color HEX #ECDA90 Primrose

📋 copy color: '#ECDA90'

red 236 ◦ green 218 ◦ blue 144

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

Shades of Primrose #ECDA90

Tints of Primrose #ECDA90

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.45%

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

R = 39.46%
G = 36.45%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ECDA90 (or 0xECDA90) is known color: Primrose. HEX triplet: EC, DA and 90. RGB value is (236,218,144). Sum of RGB (Red+Green+Blue) = 236+218+144=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA90 is #13256F. Grayscale: #D7D7D7. Windows color (decimal): -1254768 or 9493228. OLE color: 9493228.

HSL color Cylindrical-coordinate representation of color #ECDA90: hue angle of 48.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECDA90 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 218 144 -
CMYK 0 0.08 0.39 0.07
HSL 48.26º 0.71% 0.75% -
HSV(B) 48.26º 0.39% 0.93% -
XYZ 64.7 69.99 36.48 -
YUV 214.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 236 218 144 0 0.08 0.39 0.07 48.26 0.71 0.75
Hex EC DA 90 0 8 27 7 30 47 4B
Octal 354 332 220 0 10 47 7 60 107 113
Binary 11101100 11011010 10010000 0 1000 100111 111 110000 1000111 1001011

Color Harmonies of #ECDA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA90

Black with #ECDA90

Text Example


Text Example

White with #ECDA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA90; }

 p { color: rgb(236,218,144); }

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

background-color css

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

 a { background-color: rgb(236,218,144); }

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

border-color css

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

 span { border-color: rgb(236,218,144); }

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