Html Css Color HEX #EDEF83 Texas

📋 copy color: '#EDEF83'

red 237 ◦ green 239 ◦ blue 131

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

Shades of Texas #EDEF83

Tints of Texas #EDEF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.58%

R = 39.04%
G = 39.37%
B = 21.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EDEF83 (or 0xEDEF83) is known color: Texas. HEX triplet: ED, EF and 83. RGB value is (237,239,131). Sum of RGB (Red+Green+Blue) = 237+239+131=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF83 is #12107C. Grayscale: #E2E2E2. Windows color (decimal): -1183869 or 8646637. OLE color: 8646637.

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

Color convert

RGB 237 239 131 -
CMYK 0.01 0 0.45 0.06
HSL 61.11º 0.77% 0.73% -
HSV(B) 61.11º 0.45% 0.94% -
XYZ 69.89 81.38 33.5 -
YUV 226.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 237 239 131 0.01 0 0.45 0.06 61.11 0.77 0.73
Hex ED EF 83 1 0 2D 6 3D 4D 49
Octal 355 357 203 1 0 55 6 75 115 111
Binary 11101101 11101111 10000011 1 0 101101 110 111101 1001101 1001001

Color Harmonies of #EDEF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF83

Black with #EDEF83

Text Example


Text Example

White with #EDEF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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