Html Css Color HEX #FEE766 Corn

📋 copy color: '#FEE766'

red 254 ◦ green 231 ◦ blue 102

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

Shades of Corn #FEE766

Tints of Corn #FEE766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.38%

R = 43.27%
G = 39.35%
B = 17.38%

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

#FEE766 (or 0xFEE766) is known color: Corn. HEX triplet: FE, E7 and 66. RGB value is (254,231,102). Sum of RGB (Red+Green+Blue) = 254+231+102=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 102 (40.23% from 255 or 17.38% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE766 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE766 is #011899. Grayscale: #DFDFDF. Windows color (decimal): -71834 or 6744062. OLE color: 6744062.

HSL color Cylindrical-coordinate representation of color #FEE766: hue angle of 50.92º 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 #FEE766 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 231 102 -
CMYK 0 0.09 0.60 0.00
HSL 50.92º 0.99% 0.7% -
HSV(B) 50.92º 0.6% 1% -
XYZ 71.85 79.18 24.07 -
YUV 223.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 254 231 102 0 0.09 0.60 0.00 50.92 0.99 0.7
Hex FE E7 66 0 9 3C 0 33 63 46
Octal 376 347 146 0 11 74 0 63 143 106
Binary 11111110 11100111 1100110 0 1001 111100 0 110011 1100011 1000110

Color Harmonies of #FEE766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE766

Black with #FEE766

Text Example


Text Example

White with #FEE766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE766; }

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

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

background-color css

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

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

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

border-color css

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

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

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