Html Css Color HEX #FFED96 Drover

📋 copy color: '#FFED96'

red 255 ◦ green 237 ◦ blue 150

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

Shades of Drover #FFED96

Tints of Drover #FFED96

RGB

 RED value IS 255 (100% from 255) = 39.72%

 GREEN value IS 237 (92.97% from 255) = 36.92%

 BLUE value IS 150 (58.98% from 255) = 23.36%

R = 39.72%
G = 36.92%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFED96 (or 0xFFED96) is known color: Drover. HEX triplet: FF, ED and 96. RGB value is (255,237,150). Sum of RGB (Red+Green+Blue) = 255+237+150=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 150 (58.98% from 255 or 23.36% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED96 is #001269. Grayscale: #E8E8E8. Windows color (decimal): -4714 or 9891327. OLE color: 9891327.

HSL color Cylindrical-coordinate representation of color #FFED96: hue angle of 49.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFED96 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 237 150 -
CMYK 0 0.07 0.41 0
HSL 49.71º 1% 0.79% -
HSV(B) 49.71º 0.41% 1% -
XYZ 77.03 84.03 41.01 -
YUV 232.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 255 237 150 0 0.07 0.41 0 49.71 1 0.79
Hex FF ED 96 0 7 29 0 32 64 4F
Octal 377 355 226 0 7 51 0 62 144 117
Binary 11111111 11101101 10010110 0 111 101001 0 110010 1100100 1001111

Color Harmonies of #FFED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED96

Black with #FFED96

Text Example


Text Example

White with #FFED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED96; }

 p { color: rgb(255,237,150); }

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

background-color css

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

 a { background-color: rgb(255,237,150); }

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

border-color css

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

 span { border-color: rgb(255,237,150); }

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