Html Css Color HEX #EDE06B Sweet Corn

📋 copy color: '#EDE06B'

red 237 ◦ green 224 ◦ blue 107

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

Shades of Sweet Corn #EDE06B

Tints of Sweet Corn #EDE06B

RGB

 RED value IS 237 (92.97% from 255) = 41.73%

 GREEN value IS 224 (87.89% from 255) = 39.44%

 BLUE value IS 107 (42.19% from 255) = 18.84%

R = 41.73%
G = 39.44%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDE06B (or 0xEDE06B) is known color: Sweet Corn. HEX triplet: ED, E0 and 6B. RGB value is (237,224,107). Sum of RGB (Red+Green+Blue) = 237+224+107=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE06B is #121F94. Grayscale: #D7D7D7. Windows color (decimal): -1187733 or 7069933. OLE color: 7069933.

HSL color Cylindrical-coordinate representation of color #EDE06B: hue angle of 54º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDE06B is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 107 -
CMYK 0 0.05 0.55 0.07
HSL 54º 0.78% 0.67% -
HSV(B) 54º 0.55% 0.93% -
XYZ 64.23 72.38 24.49 -
YUV 214.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 237 224 107 0 0.05 0.55 0.07 54 0.78 0.67
Hex ED E0 6B 0 5 37 7 36 4E 43
Octal 355 340 153 0 5 67 7 66 116 103
Binary 11101101 11100000 1101011 0 101 110111 111 110110 1001110 1000011

Color Harmonies of #EDE06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE06B

Black with #EDE06B

Text Example


Text Example

White with #EDE06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE06B; }

 p { color: rgb(237,224,107); }

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

background-color css

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

 a { background-color: rgb(237,224,107); }

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

border-color css

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

 span { border-color: rgb(237,224,107); }

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