Html Css Color HEX #FFE95A Corn

📋 copy color: '#FFE95A'

red 255 ◦ green 233 ◦ blue 90

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

Shades of Corn #FFE95A

Tints of Corn #FFE95A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.31%

 BLUE value IS 90 (35.55% from 255) = 15.57%

R = 44.12%
G = 40.31%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFE95A (or 0xFFE95A) is known color: Corn. HEX triplet: FF, E9 and 5A. RGB value is (255,233,90). Sum of RGB (Red+Green+Blue) = 255+233+90=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 90 (35.55% from 255 or 15.57% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE95A is #0016A5. Grayscale: #DFDFDF. Windows color (decimal): -5798 or 5958143. OLE color: 5958143.

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

Color convert

RGB 255 233 90 -
CMYK 0 0.09 0.65 0
HSL 52º 1% 0.68% -
HSV(B) 52º 0.65% 1% -
XYZ 72.22 80.28 21.36 -
YUV 223.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 255 233 90 0 0.09 0.65 0 52 1 0.68
Hex FF E9 5A 0 9 41 0 34 64 44
Octal 377 351 132 0 11 101 0 64 144 104
Binary 11111111 11101001 1011010 0 1001 1000001 0 110100 1100100 1000100

Color Harmonies of #FFE95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE95A

Black with #FFE95A

Text Example


Text Example

White with #FFE95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE95A; }

 p { color: rgb(255,233,90); }

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

background-color css

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

 a { background-color: rgb(255,233,90); }

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

border-color css

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

 span { border-color: rgb(255,233,90); }

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