Html Css Color HEX #FFED9B Drover

📋 copy color: '#FFED9B'

red 255 ◦ green 237 ◦ blue 155

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

Shades of Drover #FFED9B

Tints of Drover #FFED9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 23.96%

R = 39.41%
G = 36.63%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFED9B (or 0xFFED9B) is known color: Drover. HEX triplet: FF, ED and 9B. RGB value is (255,237,155). Sum of RGB (Red+Green+Blue) = 255+237+155=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 155 (60.94% from 255 or 23.96% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED9B is #001264. Grayscale: #E9E9E9. Windows color (decimal): -4709 or 10219007. OLE color: 10219007.

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

Color convert

RGB 255 237 155 -
CMYK 0 0.07 0.39 0
HSL 49.2º 1% 0.8% -
HSV(B) 49.2º 0.39% 1% -
XYZ 77.44 84.19 43.18 -
YUV 233.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 255 237 155 0 0.07 0.39 0 49.2 1 0.8
Hex FF ED 9B 0 7 27 0 31 64 50
Octal 377 355 233 0 7 47 0 61 144 120
Binary 11111111 11101101 10011011 0 111 100111 0 110001 1100100 1010000

Color Harmonies of #FFED9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED9B

Black with #FFED9B

Text Example


Text Example

White with #FFED9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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