Html Css Color HEX #EFB72D Bright Sun

📋 copy color: '#EFB72D'

red 239 ◦ green 183 ◦ blue 45

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

Shades of Bright Sun #EFB72D

Tints of Bright Sun #EFB72D

RGB

 RED value IS 239 (93.75% from 255) = 51.18%

 GREEN value IS 183 (71.88% from 255) = 39.19%

 BLUE value IS 45 (17.97% from 255) = 9.64%

R = 51.18%
G = 39.19%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFB72D (or 0xEFB72D) is known color: Bright Sun. HEX triplet: EF, B7 and 2D. RGB value is (239,183,45). Sum of RGB (Red+Green+Blue) = 239+183+45=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB72D is #1048D2. Grayscale: #B8B8B8. Windows color (decimal): -1067219 or 2996207. OLE color: 2996207.

HSL color Cylindrical-coordinate representation of color #EFB72D: hue angle of 42.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFB72D is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 183 45 -
CMYK 0 0.23 0.81 0.06
HSL 42.68º 0.86% 0.56% -
HSV(B) 42.68º 0.81% 0.94% -
XYZ 53 52.41 9.8 -
YUV 184.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 239 183 45 0 0.23 0.81 0.06 42.68 0.86 0.56
Hex EF B7 2D 0 17 51 6 2B 56 38
Octal 357 267 55 0 27 121 6 53 126 70
Binary 11101111 10110111 101101 0 10111 1010001 110 101011 1010110 111000

Color Harmonies of #EFB72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB72D

Black with #EFB72D

Text Example


Text Example

White with #EFB72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB72D; }

 p { color: rgb(239,183,45); }

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

background-color css

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

 a { background-color: rgb(239,183,45); }

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

border-color css

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

 span { border-color: rgb(239,183,45); }

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