Html Css Color HEX #EDEF7E Texas

📋 copy color: '#EDEF7E'

red 237 ◦ green 239 ◦ blue 126

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

Shades of Texas #EDEF7E

Tints of Texas #EDEF7E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.7%

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

R = 39.37%
G = 39.7%
B = 20.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EDEF7E (or 0xEDEF7E) is known color: Texas. HEX triplet: ED, EF and 7E. RGB value is (237,239,126). Sum of RGB (Red+Green+Blue) = 237+239+126=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF7E is #121081. Grayscale: #E1E1E1. Windows color (decimal): -1183874 or 8318957. OLE color: 8318957.

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

Color convert

RGB 237 239 126 -
CMYK 0.01 0 0.47 0.06
HSL 61.06º 0.78% 0.72% -
HSV(B) 61.06º 0.47% 0.94% -
XYZ 69.56 81.24 31.75 -
YUV 225.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 237 239 126 0.01 0 0.47 0.06 61.06 0.78 0.72
Hex ED EF 7E 1 0 2F 6 3D 4E 48
Octal 355 357 176 1 0 57 6 75 116 110
Binary 11101101 11101111 1111110 1 0 101111 110 111101 1001110 1001000

Color Harmonies of #EDEF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF7E

Black with #EDEF7E

Text Example


Text Example

White with #EDEF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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