Html Css Color HEX #FFED68 Corn

📋 copy color: '#FFED68'

red 255 ◦ green 237 ◦ blue 104

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

Shades of Corn #FFED68

Tints of Corn #FFED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.77%

 BLUE value IS 104 (41.02% from 255) = 17.45%

R = 42.79%
G = 39.77%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFED68 (or 0xFFED68) is known color: Corn. HEX triplet: FF, ED and 68. RGB value is (255,237,104). Sum of RGB (Red+Green+Blue) = 255+237+104=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 104 (41.02% from 255 or 17.45% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED68 is #001297. Grayscale: #E3E3E3. Windows color (decimal): -4760 or 6876671. OLE color: 6876671.

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

Color convert

RGB 255 237 104 -
CMYK 0 0.07 0.59 0
HSL 52.85º 1% 0.7% -
HSV(B) 52.85º 0.59% 1% -
XYZ 74.02 82.83 25.18 -
YUV 227.22 58.46 147.81 -
System Red Green Blue C M Y K H S L
Decimal 255 237 104 0 0.07 0.59 0 52.85 1 0.7
Hex FF ED 68 0 7 3B 0 35 64 46
Octal 377 355 150 0 7 73 0 65 144 106
Binary 11111111 11101101 1101000 0 111 111011 0 110101 1100100 1000110

Color Harmonies of #FFED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED68

Black with #FFED68

Text Example


Text Example

White with #FFED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED68; }

 p { color: rgb(255,237,104); }

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

background-color css

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

 a { background-color: rgb(255,237,104); }

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

border-color css

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

 span { border-color: rgb(255,237,104); }

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