Html Css Color HEX #FFE962 Corn

📋 copy color: '#FFE962'

red 255 ◦ green 233 ◦ blue 98

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

Shades of Corn #FFE962

Tints of Corn #FFE962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 16.72%

R = 43.52%
G = 39.76%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFE962 (or 0xFFE962) is known color: Corn. HEX triplet: FF, E9 and 62. RGB value is (255,233,98). Sum of RGB (Red+Green+Blue) = 255+233+98=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 98 (38.67% from 255 or 16.72% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE962 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE962 is #00169D. Grayscale: #E0E0E0. Windows color (decimal): -5790 or 6482431. OLE color: 6482431.

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

Color convert

RGB 255 233 98 -
CMYK 0 0.09 0.62 0
HSL 51.59º 1% 0.69% -
HSV(B) 51.59º 0.62% 1% -
XYZ 72.58 80.42 23.25 -
YUV 224.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 255 233 98 0 0.09 0.62 0 51.59 1 0.69
Hex FF E9 62 0 9 3E 0 34 64 45
Octal 377 351 142 0 11 76 0 64 144 105
Binary 11111111 11101001 1100010 0 1001 111110 0 110100 1100100 1000101

Color Harmonies of #FFE962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE962

Black with #FFE962

Text Example


Text Example

White with #FFE962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE962; }

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

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

background-color css

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

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

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

border-color css

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

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

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