Html Css Color HEX #EDF07E Texas

📋 copy color: '#EDF07E'

red 237 ◦ green 240 ◦ blue 126

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

Shades of Texas #EDF07E

Tints of Texas #EDF07E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.8%

 BLUE value IS 126 (49.61% from 255) = 20.9%

R = 39.3%
G = 39.8%
B = 20.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EDF07E (or 0xEDF07E) is known color: Texas. HEX triplet: ED, F0 and 7E. RGB value is (237,240,126). Sum of RGB (Red+Green+Blue) = 237+240+126=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 126 (49.61% from 255 or 20.90% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF07E is #120F81. Grayscale: #E2E2E2. Windows color (decimal): -1183618 or 8319213. OLE color: 8319213.

HSL color Cylindrical-coordinate representation of color #EDF07E: hue angle of 61.58º 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 #EDF07E is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 126 -
CMYK 0.01 0 0.48 0.06
HSL 61.58º 0.79% 0.72% -
HSV(B) 61.58º 0.48% 0.94% -
XYZ 69.85 81.83 31.85 -
YUV 226.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 237 240 126 0.01 0 0.48 0.06 61.58 0.79 0.72
Hex ED F0 7E 1 0 30 6 3E 4F 48
Octal 355 360 176 1 0 60 6 76 117 110
Binary 11101101 11110000 1111110 1 0 110000 110 111110 1001111 1001000

Color Harmonies of #EDF07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF07E

Black with #EDF07E

Text Example


Text Example

White with #EDF07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF07E; }

 p { color: rgb(237,240,126); }

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

background-color css

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

 a { background-color: rgb(237,240,126); }

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

border-color css

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

 span { border-color: rgb(237,240,126); }

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