Html Css Color HEX #EDF17D Texas

📋 copy color: '#EDF17D'

red 237 ◦ green 241 ◦ blue 125

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

Shades of Texas #EDF17D

Tints of Texas #EDF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.97%

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

R = 39.3%
G = 39.97%
B = 20.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#EDF17D (or 0xEDF17D) is known color: Texas. HEX triplet: ED, F1 and 7D. RGB value is (237,241,125). Sum of RGB (Red+Green+Blue) = 237+241+125=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF17D is #120E82. Grayscale: #E3E3E3. Windows color (decimal): -1183363 or 8253933. OLE color: 8253933.

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

Color convert

RGB 237 241 125 -
CMYK 0.02 0 0.48 0.05
HSL 62.07º 0.81% 0.72% -
HSV(B) 62.07º 0.48% 0.95% -
XYZ 70.08 82.4 31.61 -
YUV 226.58 70.67 135.43 -
System Red Green Blue C M Y K H S L
Decimal 237 241 125 0.02 0 0.48 0.05 62.07 0.81 0.72
Hex ED F1 7D 2 0 30 5 3E 51 48
Octal 355 361 175 2 0 60 5 76 121 110
Binary 11101101 11110001 1111101 10 0 110000 101 111110 1010001 1001000

Color Harmonies of #EDF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF17D

Black with #EDF17D

Text Example


Text Example

White with #EDF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF17D; }

 p { color: rgb(237,241,125); }

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

background-color css

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

 a { background-color: rgb(237,241,125); }

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

border-color css

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

 span { border-color: rgb(237,241,125); }

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