Html Css Color HEX #F0E27D Light Goldenrod

📋 copy color: '#F0E27D'

red 240 ◦ green 226 ◦ blue 125

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

Shades of Light Goldenrod #F0E27D

Tints of Light Goldenrod #F0E27D

RGB

 RED value IS 240 (94.14% from 255) = 40.61%

 GREEN value IS 226 (88.67% from 255) = 38.24%

 BLUE value IS 125 (49.22% from 255) = 21.15%

R = 40.61%
G = 38.24%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0E27D (or 0xF0E27D) is known color: Light Goldenrod. HEX triplet: F0, E2 and 7D. RGB value is (240,226,125). Sum of RGB (Red+Green+Blue) = 240+226+125=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E27D is #0F1D82. Grayscale: #DBDBDB. Windows color (decimal): -990595 or 8250096. OLE color: 8250096.

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

Color convert

RGB 240 226 125 -
CMYK 0 0.06 0.48 0.06
HSL 52.7º 0.79% 0.72% -
HSV(B) 52.7º 0.48% 0.94% -
XYZ 66.83 74.4 30.24 -
YUV 218.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 240 226 125 0 0.06 0.48 0.06 52.7 0.79 0.72
Hex F0 E2 7D 0 6 30 6 35 4F 48
Octal 360 342 175 0 6 60 6 65 117 110
Binary 11110000 11100010 1111101 0 110 110000 110 110101 1001111 1001000

Color Harmonies of #F0E27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E27D

Black with #F0E27D

Text Example


Text Example

White with #F0E27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E27D; }

 p { color: rgb(240,226,125); }

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

background-color css

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

 a { background-color: rgb(240,226,125); }

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

border-color css

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

 span { border-color: rgb(240,226,125); }

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