Html Css Color HEX #F2E385 Light Goldenrod

📋 copy color: '#F2E385'

red 242 ◦ green 227 ◦ blue 133

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

Shades of Light Goldenrod #F2E385

Tints of Light Goldenrod #F2E385

RGB

 RED value IS 242 (94.92% from 255) = 40.2%

 GREEN value IS 227 (89.06% from 255) = 37.71%

 BLUE value IS 133 (52.34% from 255) = 22.09%

R = 40.2%
G = 37.71%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2E385 (or 0xF2E385) is known color: Light Goldenrod. HEX triplet: F2, E3 and 85. RGB value is (242,227,133). Sum of RGB (Red+Green+Blue) = 242+227+133=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E385 is #0D1C7A. Grayscale: #DDDDDD. Windows color (decimal): -859259 or 8774642. OLE color: 8774642.

HSL color Cylindrical-coordinate representation of color #F2E385: hue angle of 51.74º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2E385 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 227 133 -
CMYK 0 0.06 0.45 0.05
HSL 51.74º 0.81% 0.74% -
HSV(B) 51.74º 0.45% 0.95% -
XYZ 68.32 75.51 33.16 -
YUV 220.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 242 227 133 0 0.06 0.45 0.05 51.74 0.81 0.74
Hex F2 E3 85 0 6 2D 5 34 51 4A
Octal 362 343 205 0 6 55 5 64 121 112
Binary 11110010 11100011 10000101 0 110 101101 101 110100 1010001 1001010

Color Harmonies of #F2E385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E385

Black with #F2E385

Text Example


Text Example

White with #F2E385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E385; }

 p { color: rgb(242,227,133); }

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

background-color css

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

 a { background-color: rgb(242,227,133); }

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

border-color css

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

 span { border-color: rgb(242,227,133); }

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