Html Css Color HEX #FFE67F Sweet Corn

📋 copy color: '#FFE67F'

red 255 ◦ green 230 ◦ blue 127

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

Shades of Sweet Corn #FFE67F

Tints of Sweet Corn #FFE67F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.58%

 BLUE value IS 127 (50% from 255) = 20.75%

R = 41.67%
G = 37.58%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFE67F (or 0xFFE67F) is known color: Sweet Corn. HEX triplet: FF, E6 and 7F. RGB value is (255,230,127). Sum of RGB (Red+Green+Blue) = 255+230+127=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 127 (50% from 255 or 20.75% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE67F is #001980. Grayscale: #E2E2E2. Windows color (decimal): -6529 or 8382207. OLE color: 8382207.

HSL color Cylindrical-coordinate representation of color #FFE67F: hue angle of 48.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFE67F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 230 127 -
CMYK 0 0.10 0.50 0
HSL 48.28º 1% 0.75% -
HSV(B) 48.28º 0.5% 1% -
XYZ 73.37 79.39 31.53 -
YUV 225.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 255 230 127 0 0.10 0.50 0 48.28 1 0.75
Hex FF E6 7F 0 A 32 0 30 64 4B
Octal 377 346 177 0 12 62 0 60 144 113
Binary 11111111 11100110 1111111 0 1010 110010 0 110000 1100100 1001011

Color Harmonies of #FFE67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE67F

Black with #FFE67F

Text Example


Text Example

White with #FFE67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE67F; }

 p { color: rgb(255,230,127); }

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

background-color css

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

 a { background-color: rgb(255,230,127); }

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

border-color css

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

 span { border-color: rgb(255,230,127); }

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