Html Css Color HEX #EFDB75 Sweet Corn

📋 copy color: '#EFDB75'

red 239 ◦ green 219 ◦ blue 117

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

Shades of Sweet Corn #EFDB75

Tints of Sweet Corn #EFDB75

RGB

 RED value IS 239 (93.75% from 255) = 41.57%

 GREEN value IS 219 (85.94% from 255) = 38.09%

 BLUE value IS 117 (46.09% from 255) = 20.35%

R = 41.57%
G = 38.09%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFDB75 (or 0xEFDB75) is known color: Sweet Corn. HEX triplet: EF, DB and 75. RGB value is (239,219,117). Sum of RGB (Red+Green+Blue) = 239+219+117=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB75 is #10248A. Grayscale: #D5D5D5. Windows color (decimal): -1057931 or 7724015. OLE color: 7724015.

HSL color Cylindrical-coordinate representation of color #EFDB75: hue angle of 50.16º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFDB75 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 117 -
CMYK 0 0.08 0.51 0.06
HSL 50.16º 0.79% 0.7% -
HSV(B) 50.16º 0.51% 0.94% -
XYZ 64.14 70.3 27.02 -
YUV 213.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 239 219 117 0 0.08 0.51 0.06 50.16 0.79 0.7
Hex EF DB 75 0 8 33 6 32 4F 46
Octal 357 333 165 0 10 63 6 62 117 106
Binary 11101111 11011011 1110101 0 1000 110011 110 110010 1001111 1000110

Color Harmonies of #EFDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB75

Black with #EFDB75

Text Example


Text Example

White with #EFDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB75; }

 p { color: rgb(239,219,117); }

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

background-color css

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

 a { background-color: rgb(239,219,117); }

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

border-color css

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

 span { border-color: rgb(239,219,117); }

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