Html Css Color HEX #EADF92 Primrose

📋 copy color: '#EADF92'

red 234 ◦ green 223 ◦ blue 146

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

Shades of Primrose #EADF92

Tints of Primrose #EADF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.21%

R = 38.81%
G = 36.98%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EADF92 (or 0xEADF92) is known color: Primrose. HEX triplet: EA, DF and 92. RGB value is (234,223,146). Sum of RGB (Red+Green+Blue) = 234+223+146=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 146 (57.42% from 255 or 24.21% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF92 is #15206D. Grayscale: #D9D9D9. Windows color (decimal): -1384558 or 9625578. OLE color: 9625578.

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

Color convert

RGB 234 223 146 -
CMYK 0 0.05 0.38 0.08
HSL 52.5º 0.68% 0.75% -
HSV(B) 52.5º 0.38% 0.92% -
XYZ 65.51 72.34 37.71 -
YUV 217.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 234 223 146 0 0.05 0.38 0.08 52.5 0.68 0.75
Hex EA DF 92 0 5 26 8 34 44 4B
Octal 352 337 222 0 5 46 10 64 104 113
Binary 11101010 11011111 10010010 0 101 100110 1000 110100 1000100 1001011

Color Harmonies of #EADF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF92

Black with #EADF92

Text Example


Text Example

White with #EADF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF92; }

 p { color: rgb(234,223,146); }

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

background-color css

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

 a { background-color: rgb(234,223,146); }

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

border-color css

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

 span { border-color: rgb(234,223,146); }

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