Html Css Color HEX #FEE765 Corn

📋 copy color: '#FEE765'

red 254 ◦ green 231 ◦ blue 101

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

Shades of Corn #FEE765

Tints of Corn #FEE765

RGB

 RED value IS 254 (99.61% from 255) = 43.34%

 GREEN value IS 231 (90.63% from 255) = 39.42%

 BLUE value IS 101 (39.84% from 255) = 17.24%

R = 43.34%
G = 39.42%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEE765 (or 0xFEE765) is known color: Corn. HEX triplet: FE, E7 and 65. RGB value is (254,231,101). Sum of RGB (Red+Green+Blue) = 254+231+101=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 101 (39.84% from 255 or 17.24% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE765 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE765 is #01189A. Grayscale: #DFDFDF. Windows color (decimal): -71835 or 6678526. OLE color: 6678526.

HSL color Cylindrical-coordinate representation of color #FEE765: hue angle of 50.98º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEE765 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 231 101 -
CMYK 0 0.09 0.60 0.00
HSL 50.98º 0.99% 0.7% -
HSV(B) 50.98º 0.6% 1% -
XYZ 71.8 79.16 23.81 -
YUV 223.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 254 231 101 0 0.09 0.60 0.00 50.98 0.99 0.7
Hex FE E7 65 0 9 3C 0 33 63 46
Octal 376 347 145 0 11 74 0 63 143 106
Binary 11111110 11100111 1100101 0 1001 111100 0 110011 1100011 1000110

Color Harmonies of #FEE765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE765

Black with #FEE765

Text Example


Text Example

White with #FEE765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE765; }

 p { color: rgb(254,231,101); }

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

background-color css

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

 a { background-color: rgb(254,231,101); }

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

border-color css

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

 span { border-color: rgb(254,231,101); }

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