Html Css Color HEX #EDE67F Texas

📋 copy color: '#EDE67F'

red 237 ◦ green 230 ◦ blue 127

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

Shades of Texas #EDE67F

Tints of Texas #EDE67F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.72%

 BLUE value IS 127 (50% from 255) = 21.38%

R = 39.9%
G = 38.72%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDE67F (or 0xEDE67F) is known color: Texas. HEX triplet: ED, E6 and 7F. RGB value is (237,230,127). Sum of RGB (Red+Green+Blue) = 237+230+127=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE67F is #121980. Grayscale: #DCDCDC. Windows color (decimal): -1186177 or 8382189. OLE color: 8382189.

HSL color Cylindrical-coordinate representation of color #EDE67F: hue angle of 56.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDE67F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 127 -
CMYK 0 0.03 0.46 0.07
HSL 56.18º 0.75% 0.71% -
HSV(B) 56.18º 0.46% 0.93% -
XYZ 67.05 76.13 31.24 -
YUV 220.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 237 230 127 0 0.03 0.46 0.07 56.18 0.75 0.71
Hex ED E6 7F 0 3 2E 7 38 4B 47
Octal 355 346 177 0 3 56 7 70 113 107
Binary 11101101 11100110 1111111 0 11 101110 111 111000 1001011 1000111

Color Harmonies of #EDE67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE67F

Black with #EDE67F

Text Example


Text Example

White with #EDE67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE67F; }

 p { color: rgb(237,230,127); }

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

background-color css

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

 a { background-color: rgb(237,230,127); }

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

border-color css

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

 span { border-color: rgb(237,230,127); }

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