Html Css Color HEX #FFEB5F Corn

📋 copy color: '#FFEB5F'

red 255 ◦ green 235 ◦ blue 95

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

Shades of Corn #FFEB5F

Tints of Corn #FFEB5F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.17%

 BLUE value IS 95 (37.5% from 255) = 16.24%

R = 43.59%
G = 40.17%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFEB5F (or 0xFFEB5F) is known color: Corn. HEX triplet: FF, EB and 5F. RGB value is (255,235,95). Sum of RGB (Red+Green+Blue) = 255+235+95=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 95 (37.5% from 255 or 16.24% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB5F is #0014A0. Grayscale: #E1E1E1. Windows color (decimal): -5281 or 6286335. OLE color: 6286335.

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

Color convert

RGB 255 235 95 -
CMYK 0 0.08 0.63 0
HSL 52.5º 1% 0.69% -
HSV(B) 52.5º 0.63% 1% -
XYZ 73.01 81.5 22.71 -
YUV 225.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 255 235 95 0 0.08 0.63 0 52.5 1 0.69
Hex FF EB 5F 0 8 3F 0 34 64 45
Octal 377 353 137 0 10 77 0 64 144 105
Binary 11111111 11101011 1011111 0 1000 111111 0 110100 1100100 1000101

Color Harmonies of #FFEB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB5F

Black with #FFEB5F

Text Example


Text Example

White with #FFEB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB5F; }

 p { color: rgb(255,235,95); }

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

background-color css

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

 a { background-color: rgb(255,235,95); }

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

border-color css

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

 span { border-color: rgb(255,235,95); }

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