Html Css Color HEX #FFED62 Corn

📋 copy color: '#FFED62'

red 255 ◦ green 237 ◦ blue 98

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

Shades of Corn #FFED62

Tints of Corn #FFED62

RGB

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

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

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

R = 43.22%
G = 40.17%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFED62 (or 0xFFED62) is known color: Corn. HEX triplet: FF, ED and 62. RGB value is (255,237,98). Sum of RGB (Red+Green+Blue) = 255+237+98=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 98 (38.67% from 255 or 16.61% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED62 is #00129D. Grayscale: #E3E3E3. Windows color (decimal): -4766 or 6483455. OLE color: 6483455.

HSL color Cylindrical-coordinate representation of color #FFED62: hue angle of 53.12º 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 #FFED62 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 237 98 -
CMYK 0 0.07 0.62 0
HSL 53.12º 1% 0.69% -
HSV(B) 53.12º 0.62% 1% -
XYZ 73.73 82.71 23.63 -
YUV 226.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 255 237 98 0 0.07 0.62 0 53.12 1 0.69
Hex FF ED 62 0 7 3E 0 35 64 45
Octal 377 355 142 0 7 76 0 65 144 105
Binary 11111111 11101101 1100010 0 111 111110 0 110101 1100100 1000101

Color Harmonies of #FFED62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED62

Black with #FFED62

Text Example


Text Example

White with #FFED62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED62; }

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

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

background-color css

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

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

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

border-color css

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

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

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